Skip to content

Commit 9addc97

Browse files
authored
Update to go version 1.26.4 and 1.25.11 (#1690)
Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
1 parent 92ed8df commit 9addc97

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
strategy:
2020
matrix:
2121
version:
22-
- go-version: "1.25.10"
22+
- go-version: "1.25.11"
2323
golangci: "latest"
24-
- go-version: "1.26.3"
24+
- go-version: "1.26.4"
2525
golangci: "latest"
2626
runs-on: ubuntu-latest
2727
permissions:
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup go
6868
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
6969
with:
70-
go-version: "1.26.3"
70+
go-version: "1.26.4"
7171
- name: Checkout Source
7272
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7373
with:
@@ -123,7 +123,7 @@ jobs:
123123
- name: Setup go
124124
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
125125
with:
126-
go-version: "1.26.3"
126+
go-version: "1.26.4"
127127
- name: Checkout Source
128128
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
129129
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2323
with:
24-
go-version: "1.26.3"
24+
go-version: "1.26.4"
2525
cache: false
2626
- name: Install Cosign
2727
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2

0 commit comments

Comments
 (0)