Skip to content

Commit

Permalink
Merge pull request #326 from andyzhangx/CVE-2024-45336
Browse files Browse the repository at this point in the history
test: fix trivy action failure due to CVE-2024-45336
  • Loading branch information
andyzhangx authored Jan 30, 2025
2 parents 6a3d6bf + 9e897dd commit 3f818d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: 1.23.1
go-version: 1.23.5
id: go

- name: Checkout code
Expand Down

0 comments on commit 3f818d1

Please sign in to comment.