Skip to content

Commit 451e113

Browse files
committed
fix: update setup-go action to v5 for Go 1.25 compatibility
- Update actions/setup-go from v1 to v5 in ci-trivy.yml - setup-go@v1 does not support Go 1.25.x versions - This fixes the 'Set up Go 1.25' step failure in CI
1 parent 195f2e3 commit 451e113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Set up Go 1.25
16-
uses: actions/setup-go@v1
16+
uses: actions/setup-go@v5
1717
with:
1818
go-version: 1.25
1919
id: go

0 commit comments

Comments
 (0)