Skip to content

Commit f9cf0e1

Browse files
authored
Upgrade Go version on CI workflows. (#211)
1 parent 49c6c29 commit f9cf0e1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Install Go
1010
uses: actions/setup-go@v5
1111
with:
12-
go-version: 1.21.x
12+
go-version: 1.23.x
1313

1414
- name: Checkout code
1515
uses: actions/checkout@v5

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Install Go
1010
uses: actions/setup-go@v5
1111
with:
12-
go-version: 1.21.x
12+
go-version: 1.23.x
1313

1414
- name: Checkout code
1515
uses: actions/checkout@v5

.github/workflows/releaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-go@v5
2222
with:
23-
go-version: 1.21
23+
go-version: 1.23
2424
cache: true
2525

2626
- uses: sigstore/cosign-installer@v3.9.2

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Install Go
1010
uses: actions/setup-go@v5
1111
with:
12-
go-version: 1.21.x
12+
go-version: 1.23.x
1313

1414
- name: Checkout code
1515
uses: actions/checkout@v5
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Go
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: 1.21.x
26+
go-version: 1.23.x
2727

2828
- name: Checkout code
2929
uses: actions/checkout@v5

0 commit comments

Comments
 (0)