Skip to content

Commit

Permalink
Fix setup-go checking out go1.2 instead of 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson committed Aug 31, 2023
1 parent 0e5cad9 commit 93dc292
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:

- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: 1.20
go-version: '1.20'
check-latest: true
cache: true

- uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0
with:
Expand Down

0 comments on commit 93dc292

Please sign in to comment.