We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9464283 commit eb28cf8Copy full SHA for eb28cf8
.github/workflows/codeql-analysis.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup Go
28
uses: actions/setup-go@v5
29
with:
30
- go-version: '1.22.x'
+ go-version: '1.25.x'
31
check-latest: true
32
id: go
33
.github/workflows/unit-tests.yml
@@ -18,7 +18,7 @@ jobs:
18
name: Build
19
strategy:
20
matrix:
21
- goVer: ["1.19.x", "1.22.x"]
+ goVer: ["1.19.x", "1.25.x"]
22
platform: [ubuntu-latest]
23
runs-on: ${{ matrix.platform }}
24
0 commit comments