Skip to content

Commit

Permalink
fixup check to golang 1.21 for errcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jkralik committed Feb 7, 2024
1 parent de8a0c6 commit 49558fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staticAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.20" # The Go version to download (if necessary) and use.
go-version: "1.21" # The Go version to download (if necessary) and use.
check-latest: true
- run: go version

Expand Down

0 comments on commit 49558fc

Please sign in to comment.