Skip to content

Commit

Permalink
Bump Go version to 1.22.1 (#14)
Browse files Browse the repository at this point in the history
Update .github/workflows/go.yml
  • Loading branch information
andrewkroh authored Mar 21, 2024
1 parent e2787eb commit b4f1cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: '1.22.x'

- name: go.mod tidy
run: go mod tidy && git diff --exit-code
Expand Down

0 comments on commit b4f1cf5

Please sign in to comment.