Skip to content

Commit b7451a8

Browse files
chore(deps): update dependency go to 1.26
1 parent 9781b3e commit b7451a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
5555
with:
56-
go-version: '1.25'
56+
go-version: '1.26'
5757

5858
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5959
# If this step fails, then you should remove it and run the build manually (see below)

.github/workflows/tiobe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
1919
with:
20-
go-version: '1.25'
20+
go-version: '1.26'
2121
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2222
with:
2323
node-version: 24

.github/workflows/unittest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1111
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
1212
with:
13-
go-version: '1.25'
13+
go-version: '1.26'
1414
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
1515
with:
1616
node-version: 24

0 commit comments

Comments
 (0)