Skip to content

Commit 4ef767a

Browse files
authored
Merge pull request #1876 from harryzcy/go-1.25-workflows
Bump go to 1.25 in image-check and buildifier workflows
2 parents 24e1d98 + 5c5eb05 commit 4ef767a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/buildifier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: "1.21"
19+
go-version: "1.25"
2020

2121
- name: Check out code
2222
uses: actions/checkout@v5

.github/workflows/image-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: "1.21"
23+
go-version: "1.25"
2424
- uses: actions/cache@v4
2525
with:
2626
path: |

0 commit comments

Comments
 (0)