Skip to content

Commit

Permalink
ci: test golang 1.21 (#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoadrego committed Sep 8, 2023
1 parent 285460d commit c5dacb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -43,7 +43,7 @@ jobs:

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

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

0 comments on commit c5dacb3

Please sign in to comment.