Skip to content

Commit 6641069

Browse files
committed
Use golang 1.22
1 parent 439a076 commit 6641069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: 1.21
17+
go-version: 1.22
1818
cache: true
1919
- run: go test -v ./...

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0 # this is important, otherwise it won't checkout the full tree (i.e. no previous tags)
2525
- uses: actions/setup-go@v5
2626
with:
27-
go-version: 1.21
27+
go-version: 1.22
2828
cache: true
2929
- uses: sigstore/[email protected] # installs cosign
3030
- uses: anchore/sbom-action/[email protected] # installs syft

0 commit comments

Comments
 (0)