Skip to content

Commit 26d93d5

Browse files
committed
chore(ci): update go versions
1 parent 8a9be67 commit 26d93d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
go-version: [1.25.x, 1.24.x]
14+
go-version: [1.26.x, 1.25.x]
1515
platform: [ubuntu-latest, macos-latest, windows-latest]
1616
runs-on: ${{ matrix.platform }}
1717
steps:

.github/workflows/sast_codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
- name: Set up Go
4040
uses: actions/setup-go@v6
4141
with:
42-
go-version: '1.24.x'
42+
go-version: '1.25.x'
4343

4444
- name: Autobuild
4545
uses: github/codeql-action/autobuild@v4
4646

4747
- name: Perform CodeQL Analysis
4848
uses: github/codeql-action/analyze@v4
4949
with:
50-
category: "/language:${{matrix.language}}"
50+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)