Skip to content

Commit

Permalink
fix: upgrade go version to 1.23 in github action (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcombuechen authored Nov 28, 2024
1 parent 6daa934 commit b0523a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: 1.23
check-latest: true
- run: go version
- name: Install Syft
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.3
go-version: 1.23

- uses: snyk/actions/setup@master

Expand Down

0 comments on commit b0523a0

Please sign in to comment.