Skip to content

Commit e40d620

Browse files
Update supported go version
1 parent 7e79d5d commit e40d620

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ ubuntu-latest, macos-latest, windows-latest ]
20-
go: [ '1.18', '1.19' ]
20+
go: [ '1.21', '1.22' ]
2121

2222
include:
2323
# Set the minimum Go patch version for the given Go minor
2424
# Usable via ${{ matrix.GO_SEMVER }}
25-
- go: '1.18'
26-
GO_SEMVER: '~1.18.4'
25+
- go: '1.21'
26+
GO_SEMVER: '~1.21.12'
2727

28-
- go: '1.19'
29-
GO_SEMVER: '~1.19.0'
28+
- go: '1.22'
29+
GO_SEMVER: '~1.22.4'
3030

3131
runs-on: ${{ matrix.os }}
3232

0 commit comments

Comments
 (0)