Skip to content

Commit ba755e4

Browse files
committed
test on more recents go releases
1 parent cbff2e2 commit ba755e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test-build:
55
strategy:
66
matrix:
7-
go-version: [1.17.x, 1.16.x, 1.15.x, 1.14.x, 1.13.x, 1.12.x]
7+
go-version: [1.21.x, 1.20.x, 1.19.x, 1.18.x]
88
os: [ubuntu-20.04, macos-latest, windows-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

0 commit comments

Comments
 (0)