Skip to content

Commit

Permalink
ci: Ensure we always check for latest version of Go
Browse files Browse the repository at this point in the history
  • Loading branch information
francislavoie committed Apr 13, 2022
1 parent 30b6d1f commit 6f92054
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -44,6 +44,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
check-latest: true

- name: Checkout code
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cross-build.yml
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
check-latest: true

- name: Print Go version and environment
id: vars
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.17
check-latest: true

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
check-latest: true

- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 6f92054

Please sign in to comment.