Skip to content

Commit

Permalink
fix: use go version 1.22.3 in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
tbckr committed May 10, 2024
1 parent 6e576d9 commit 60b4aa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# Install various tools
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
with:
go-version: '>=1.22.2'
go-version: '>=1.22.3'
cache: true
- name: setup-tparse
run: |
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
# Install Go
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
with:
go-version: '>=1.22.2'
go-version: '>=1.22.3'
cache: true
# Run linter
- name: golangci-lint
Expand All @@ -131,7 +131,7 @@ jobs:
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
with:
cache: true
go-version: '>=1.22.2'
go-version: '>=1.22.3'
- name: govulncheck
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
if: ${{ steps.release.outputs.release_created }}
with:
go-version: '>=1.22.2'
go-version: '>=1.22.3'
cache: true
- uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 60b4aa1

Please sign in to comment.