Skip to content

Commit

Permalink
bump go version to go1.16 and update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Apr 4, 2024
1 parent f8c597b commit 6a12ba6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:

# Setup
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: '^1.15'
go-version: '^1.16'
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install protoc
uses: arduino/setup-protoc@v1

Expand Down Expand Up @@ -55,9 +55,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: '^1.16'
- name: Check code
uses: actions/checkout@v2
uses: actions/checkout@v4
- run: go test -v
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/protoc-gen-bq-schema

go 1.15
go 1.16

require (
github.com/golang/glog v1.2.0
Expand Down

0 comments on commit 6a12ba6

Please sign in to comment.