Skip to content

Commit 798a2e7

Browse files
committed
Use go 1.23
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
1 parent 056b3a0 commit 798a2e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77
jobs:
88
build:
99
name: Build
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
permissions:
1212
id-token: write
1313
contents: read
1414
attestations: write
1515
strategy:
1616
matrix:
17-
go: ["1.22"]
17+
go: ["1.23"]
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
name: Build
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
permissions:
1212
id-token: write
1313
contents: write
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Go
3434
uses: actions/setup-go@v5
3535
with:
36-
go-version: "1.22"
36+
go-version: "1.23"
3737
check-latest: true
3838
cache: false
3939
id: go

0 commit comments

Comments
 (0)