Skip to content

Commit

Permalink
Use golang 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
everesio committed Feb 26, 2024
1 parent 439a076 commit 6641069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
cache: true
- run: go test -v ./...
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0 # this is important, otherwise it won't checkout the full tree (i.e. no previous tags)
- uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
cache: true
- uses: sigstore/cosign-installer@v3.4.0 # installs cosign
- uses: anchore/sbom-action/download-syft@v0.15.8 # installs syft
Expand Down

0 comments on commit 6641069

Please sign in to comment.