Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit 8c8aba7

Browse files
chore(deps): update dependency go to v1.26.0
1 parent 805c8eb commit 8c8aba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
3434
with:
3535
cache: 'false'
36-
go-version: '1.25.7'
36+
go-version: '1.26.0'
3737
- run: go build -v .
3838
working-directory: ${{matrix.modules}}
3939
- run: go test -v .

.github/workflows/push-release.yml

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

6363
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
6464
with:
65-
go-version: '1.25.7'
65+
go-version: '1.26.0'
6666

6767
- name: Validate Go module
6868
run: |

0 commit comments

Comments
 (0)