Skip to content

Commit f3dfeb9

Browse files
authored
Update and use last 3 major versions for CI builds (#177)
1 parent 83adbae commit f3dfeb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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:
55
strategy:
66
matrix:
7-
go-version: [1.20.x, 1.21.x, 1.22.x, 1.23.x, 1.24.x]
7+
go-version: [1.24.x, 1.25.x, 1.26.x]
88
os: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

0 commit comments

Comments
 (0)