Skip to content

Commit

Permalink
.github: try latest Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Nov 7, 2023
1 parent 47f665c commit a42f10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.21.x

# staticcheck needs this for GOPATH
- run: echo "GOPATH=$GITHUB_WORKSPACE" >> $GITHUB_ENV
Expand Down

0 comments on commit a42f10f

Please sign in to comment.