Skip to content

Commit 2a5b0eb

Browse files
authored
Merge pull request #74 from qmuntal/ghago
Run CI tests with go1.21 and go1.22
2 parents ef268b3 + adb5b5a commit 2a5b0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.19.x, 1.20.x]
7+
go-version: [1.21.x, 1.22.x]
88
platform: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:

0 commit comments

Comments
 (0)