Skip to content

Commit fb36524

Browse files
authored
ci: test Golang 1.20 (#1925)
1 parent c7300f0 commit fb36524

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: actions/setup-go@v3
4545
with:
46-
go-version: '^1.19'
46+
go-version: '^1.20'
4747
check-latest: true
4848
cache: true
4949

@@ -66,6 +66,7 @@ jobs:
6666
- 17
6767
- 18
6868
- 19
69+
- 20
6970
name: '${{ matrix.platform }} | 1.${{ matrix.go }}.x'
7071
runs-on: ${{ matrix.platform }}-latest
7172
steps:

0 commit comments

Comments
 (0)