We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64ae471 + 52f30ff commit b8fec6eCopy full SHA for b8fec6e
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install Syft CLI
24
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sudo sh -s -- -b /usr/local/bin
25
- name: Set up Go
26
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
27
with:
28
go-version: stable
29
# More assembly might be required: Docker logins, GPG, etc.
0 commit comments