Skip to content

Commit 1876e84

Browse files
chore(deps): update actions/setup-go action to v6
1 parent a4c6193 commit 1876e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Syft CLI
2424
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sudo sh -s -- -b /usr/local/bin
2525
- name: Set up Go
26-
uses: actions/setup-go@v5
26+
uses: actions/setup-go@v6
2727
with:
2828
go-version: stable
2929
# More assembly might be required: Docker logins, GPG, etc.

0 commit comments

Comments
 (0)