Skip to content

Commit 9065f1d

Browse files
committed
github: Test with go 1.21 and go 1.20
Signed-off-by: Stefan Berger <[email protected]>
1 parent 74986f3 commit 9065f1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.19
19+
go-version: 1.21
2020

2121
- name: Set env
2222
shell: bash
@@ -62,7 +62,7 @@ jobs:
6262
tests:
6363
strategy:
6464
matrix:
65-
go: ["1.20", "1.19"]
65+
go: ["1.21", "1.20"]
6666
os: [ubuntu-22.04, windows-2022]
6767

6868
name: Tests / ${{ matrix.os }} / ${{ matrix.go }}

0 commit comments

Comments
 (0)