We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056b3a0 commit 798a2e7Copy full SHA for 798a2e7
.github/workflows/go.yaml
@@ -7,14 +7,14 @@ on:
7
jobs:
8
build:
9
name: Build
10
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
11
permissions:
12
id-token: write
13
contents: read
14
attestations: write
15
strategy:
16
matrix:
17
- go: ["1.22"]
+ go: ["1.23"]
18
steps:
19
- uses: actions/checkout@v4
20
with:
.github/workflows/release.yaml
@@ -7,7 +7,7 @@ on:
contents: write
@@ -33,7 +33,7 @@ jobs:
33
- name: Set up Go
34
uses: actions/setup-go@v5
35
36
- go-version: "1.22"
+ go-version: "1.23"
37
check-latest: true
38
cache: false
39
id: go
0 commit comments