Skip to content

Commit

Permalink
ci: test golang 1.22 (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilico committed Mar 12, 2024
1 parent a30cee5 commit c69ae4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '^1.21'
go-version: '^1.22'
check-latest: true
cache: true

Expand All @@ -66,6 +66,7 @@ jobs:
- 19
- 20
- 21
- 22
name: '${{ matrix.platform }} | 1.${{ matrix.go }}.x'
runs-on: ${{ matrix.platform }}-latest
steps:
Expand Down

0 comments on commit c69ae4c

Please sign in to comment.