Skip to content

Commit 45ced4f

Browse files
chore: update dependency go to v1.25.6
1 parent 14f48b2 commit 45ced4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
3737
with:
38-
go-version: 1.25.0
38+
go-version: 1.25.6
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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
5656
with:
57-
go-version: 1.25.0
57+
go-version: 1.25.6
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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
4646
with:
47-
go-version: 1.25.0
47+
go-version: 1.25.6
4848
- name: Initialize CodeQL
4949
uses: github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
5050
with:

0 commit comments

Comments
 (0)