Skip to content

Commit 585725b

Browse files
authored
1.24 isn't available yet (#22)
Signed-off-by: Tom Hennen <[email protected]>
1 parent 7176dcd commit 585725b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/vsa_creator/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-go@v5
1010
with:
11-
go-version: '1.24'
11+
go-version: '1.23'
1212
- id: determine_level
1313
run: |
1414
echo "source_level=$(go run github.com/slsa-framework/slsa-source-poc/sourcetool@main --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --branch ${{ github.ref_name }})" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)