Skip to content

Commit

Permalink
github/workflows: fix go-version to pick latest
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Feb 17, 2021
1 parent 1f187f8 commit 738c47f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.event.ref_type == 'tag'
id: go
with:
go-version: 1.x
go-version: 1.16

- name: go-build
if: github.event.ref_type == 'tag'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
id: go
with:
stable: false
go-version: 1.x
go-version: 1.16

- run: |
go install honnef.co/go/tools/cmd/staticcheck@master
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- uses: actions/[email protected]
id: go
with:
go-version: 1.x
go-version: 1.16

- name: go-build
run: go build -o fake-gcs-server -mod readonly
Expand Down

0 comments on commit 738c47f

Please sign in to comment.