Skip to content

Commit

Permalink
Merge pull request #176 from DrDaveD/update-releaser-go
Browse files Browse the repository at this point in the history
Update goreleaser to go 1.19
  • Loading branch information
DrDaveD authored Mar 14, 2023
2 parents 4675c19 + 6437c63 commit 6dc1c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.19.x

- name: Install syft
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
Expand Down

0 comments on commit 6dc1c2e

Please sign in to comment.