We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e79d5d commit e40d620Copy full SHA for e40d620
.github/workflows/ci.yml
@@ -17,16 +17,16 @@ jobs:
17
fail-fast: false
18
matrix:
19
os: [ ubuntu-latest, macos-latest, windows-latest ]
20
- go: [ '1.18', '1.19' ]
+ go: [ '1.21', '1.22' ]
21
22
include:
23
# Set the minimum Go patch version for the given Go minor
24
# Usable via ${{ matrix.GO_SEMVER }}
25
- - go: '1.18'
26
- GO_SEMVER: '~1.18.4'
+ - go: '1.21'
+ GO_SEMVER: '~1.21.12'
27
28
- - go: '1.19'
29
- GO_SEMVER: '~1.19.0'
+ - go: '1.22'
+ GO_SEMVER: '~1.22.4'
30
31
runs-on: ${{ matrix.os }}
32
0 commit comments