Skip to content

Commit

Permalink
Updated github workflow for Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Aug 23, 2024
1 parent 9a4da2c commit e0981da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23

- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
Expand Down

0 comments on commit e0981da

Please sign in to comment.