Skip to content

Commit

Permalink
ci: test Golang 1.20 (#1925)
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Mar 6, 2023
1 parent c7300f0 commit fb36524
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.19'
go-version: '^1.20'
check-latest: true
cache: true

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

0 comments on commit fb36524

Please sign in to comment.