We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9be67 commit 26d93d5Copy full SHA for 26d93d5
.github/workflows/ci.yaml
@@ -11,7 +11,7 @@ jobs:
11
test:
12
strategy:
13
matrix:
14
- go-version: [1.25.x, 1.24.x]
+ go-version: [1.26.x, 1.25.x]
15
platform: [ubuntu-latest, macos-latest, windows-latest]
16
runs-on: ${{ matrix.platform }}
17
steps:
.github/workflows/sast_codeql.yaml
@@ -39,12 +39,12 @@ jobs:
39
- name: Set up Go
40
uses: actions/setup-go@v6
41
with:
42
- go-version: '1.24.x'
+ go-version: '1.25.x'
43
44
- name: Autobuild
45
uses: github/codeql-action/autobuild@v4
46
47
- name: Perform CodeQL Analysis
48
uses: github/codeql-action/analyze@v4
49
50
- category: "/language:${{matrix.language}}"
+ category: "/language:${{matrix.language}}"
0 commit comments