Skip to content

Commit

Permalink
.github/workflows/go.yml - Test with Go 1.22.x (#209)
Browse files Browse the repository at this point in the history
Test with Go 1.22.
  • Loading branch information
andrewkroh authored Mar 23, 2024
1 parent 0e1aebb commit fb4c5b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

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

- name: go.mod tidy
run: go mod tidy && git diff --exit-code
Expand All @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
go:
- 1.20.x
- 1.22.x
- 1.18.x
os:
- macos-11
Expand Down

0 comments on commit fb4c5b6

Please sign in to comment.