Skip to content

Commit f783d1f

Browse files
MrAliaspellared
andauthored
1 parent d6e791c commit f783d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
# backwards compatibility with the previous two minor releases and we
1515
# explicitly test our code for these versions so keeping this at prior
1616
# versions does not add value.
17-
DEFAULT_GO_VERSION: "~1.22.4"
17+
DEFAULT_GO_VERSION: "~1.22.5"
1818
jobs:
1919
lint:
2020
runs-on: ubuntu-latest
@@ -101,7 +101,7 @@ jobs:
101101
compatibility-test:
102102
strategy:
103103
matrix:
104-
go-version: ["~1.22.4", "~1.21.11"]
104+
go-version: ["~1.22.4", "~1.21.12"]
105105
os: [ubuntu-latest, macos-latest, windows-latest]
106106
# GitHub Actions does not support arm* architectures on default
107107
# runners. It is possible to accomplish this with a self-hosted runner

0 commit comments

Comments
 (0)