Skip to content

Commit 6f48c8d

Browse files
authored
Update Go version to 1.26.0 in CI workflow
1 parent f3b34b4 commit 6f48c8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2
3030
with:
31-
go-version: "1.25.7" # update together with dev.dockerfile
31+
go-version: "1.26.0" # update together with dev.dockerfile
3232
- name: Debug with tmate SSH if enabled
3333
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_ssh }}
3434
uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.23
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2
4545
with:
46-
go-version: "1.25.7" # update together with dev.dockerfile
46+
go-version: "1.26.0" # update together with dev.dockerfile
4747
- run: make test-latest-deps
4848

4949
test22:
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6363
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2
6464
with:
65-
go-version: "1.25.7" # update together with dev.dockerfile
65+
go-version: "1.26.0" # update together with dev.dockerfile
6666
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
6767
with:
6868
version: "v2.9.0" # update together with dev.dockerfile
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7474
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2
7575
with:
76-
go-version: "1.25.7" # update together with dev.dockerfile
76+
go-version: "1.26.0" # update together with dev.dockerfile
7777
- run: make apply-latest-deps
7878
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
7979
with:
@@ -86,7 +86,7 @@ jobs:
8686
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8787
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.0.2
8888
with:
89-
go-version: "1.25.7" # update together with dev.dockerfile
89+
go-version: "1.26.0" # update together with dev.dockerfile
9090
- run: make check-tidy
9191

9292
typos:

0 commit comments

Comments
 (0)