Skip to content

Commit

Permalink
update go releaser options
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Dykstra <[email protected]>
  • Loading branch information
DrDaveD committed Jun 17, 2024
1 parent 983fead commit 30d8e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
run: curl -sSfL https://goreleaser.com/static/run | bash -s -- check

- name: Test Release
run: curl -sSfL https://goreleaser.com/static/run | bash -s -- --snapshot --skip-publish
run: curl -sSfL https://goreleaser.com/static/run | bash -s -- --snapshot --skip=publish
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.19.x
go-version: 1.21.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 30d8e87

Please sign in to comment.