Skip to content

Commit

Permalink
install specific version of Go with staticcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Nov 21, 2023
1 parent 72648af commit 0b279fb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/static-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ jobs:
name: staticcheck (project)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: WillAbides/[email protected]
with:
go-version: "1.21.x"
- uses: dominikh/[email protected]
with:
version: "2021.1.1"
min-go-version: 1.21.3
install-go: false
cache-key: "1.21.x"
env:
GO_VERSION: 1.21.3

0 comments on commit 0b279fb

Please sign in to comment.