Skip to content

Commit 96502a6

Browse files
authored
Upgrade go versions in CI workflows (#3675)
1 parent f5696fe commit 96502a6

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/buf-binary-size.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: setup-go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.23.x'
21+
go-version: '1.24.x'
2222
- name: cache
2323
uses: actions/cache@v4
2424
with:

.github/workflows/build-and-draft-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Go
3333
uses: actions/setup-go@v5
3434
with:
35-
go-version: '1.23.x'
35+
go-version: '1.24.x'
3636
- name: Set up Git name and email
3737
run: |
3838
git config user.name "${{ github.actor }}"

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: setup-go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.23.x'
21+
go-version: '1.24.x'
2222
- name: cache
2323
uses: actions/cache@v4
2424
with:
@@ -54,7 +54,7 @@ jobs:
5454
- name: setup-go
5555
uses: actions/setup-go@v5
5656
with:
57-
go-version: '1.23.x'
57+
go-version: '1.24.x'
5858
- name: cache
5959
uses: actions/cache@v4
6060
with:

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: setup-go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: '1.23.x'
24+
go-version: '1.24.x'
2525
- name: initialize
2626
uses: github/codeql-action/init@v3
2727
with:

.github/workflows/make-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: setup-go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: '1.23.x'
25+
go-version: '1.24.x'
2626
cache: false
2727
- name: Set up Git name and email
2828
run: |

.github/workflows/previous.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test-previous:
1414
strategy:
1515
matrix:
16-
go-version: ['1.22.x']
16+
go-version: ['1.23.x']
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: checkout

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: setup-go
2626
uses: actions/setup-go@v5
2727
with:
28-
go-version: '1.23.x'
28+
go-version: '1.24.x'
2929
cache: true
3030
- name: windows-cache
3131
uses: actions/cache@v4

0 commit comments

Comments
 (0)