We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e791c commit f783d1fCopy full SHA for f783d1f
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ env:
14
# backwards compatibility with the previous two minor releases and we
15
# explicitly test our code for these versions so keeping this at prior
16
# versions does not add value.
17
- DEFAULT_GO_VERSION: "~1.22.4"
+ DEFAULT_GO_VERSION: "~1.22.5"
18
jobs:
19
lint:
20
runs-on: ubuntu-latest
@@ -101,7 +101,7 @@ jobs:
101
compatibility-test:
102
strategy:
103
matrix:
104
- go-version: ["~1.22.4", "~1.21.11"]
+ go-version: ["~1.22.4", "~1.21.12"]
105
os: [ubuntu-latest, macos-latest, windows-latest]
106
# GitHub Actions does not support arm* architectures on default
107
# runners. It is possible to accomplish this with a self-hosted runner
0 commit comments