Skip to content

Commit 85f9427

Browse files
chore: update dependency go to v1.26.2
1 parent 3704855 commit 85f9427

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Go
3636
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3737
with:
38-
go-version: 1.25.0
38+
go-version: 1.26.2
3939
- name: Get google/go-licenses package
4040
run: go install github.com/google/go-licenses@v1.6.0
4141
- name: Check the licenses
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Go
5555
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
5656
with:
57-
go-version: 1.25.0
57+
go-version: 1.26.2
5858
- name: Execute tests
5959
run: |
6060
go test -v -gcflags=all=-l -cover ./... -coverprofile coverage.out -coverpkg ./...

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Go
4545
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
4646
with:
47-
go-version: 1.25.0
47+
go-version: 1.26.2
4848
- name: Initialize CodeQL
4949
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
5050
with:

0 commit comments

Comments
 (0)