Skip to content

Commit f676031

Browse files
authored
Update go to version 1.25.2 and 2.24.8 in CI (#1401)
Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
1 parent 35f7ec2 commit f676031

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.7"
14+
- go-version: "1.24.8"
1515
golangci: "latest"
16-
- go-version: "1.25.1"
16+
- go-version: "1.25.2"
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.1"
55+
go-version: "1.25.2"
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.1"
20+
go-version: "1.25.2"
2121
- name: Install Cosign
2222
uses: sigstore/cosign-installer@v3
2323
with:

0 commit comments

Comments
 (0)