Skip to content

Commit 6be2b51

Browse files
authored
Update go to version 1.25.3 and 1.24.9 in CI (#1404)
Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
1 parent fddb942 commit 6be2b51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
strategy:
1212
matrix:
1313
version:
14-
- go-version: "1.24.8"
14+
- go-version: "1.24.9"
1515
golangci: "latest"
16-
- go-version: "1.25.2"
16+
- go-version: "1.25.3"
1717
golangci: "latest"
1818
runs-on: ubuntu-latest
1919
env:
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup go
5353
uses: actions/setup-go@v6
5454
with:
55-
go-version: "1.25.2"
55+
go-version: "1.25.3"
5656
- name: Checkout Source
5757
uses: actions/checkout@v5
5858
- uses: actions/cache@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v6
1919
with:
20-
go-version: "1.25.2"
20+
go-version: "1.25.3"
2121
- name: Install Cosign
2222
uses: sigstore/cosign-installer@v3
2323
with:

0 commit comments

Comments
 (0)