Merge pull request #857 from andyzhangx/CVE-2025-22866

test: fix CVE-2025-22866 in trivy action
This commit is contained in:
Andy Zhang 2025-02-08 12:07:43 +08:00 committed by GitHub
commit 5c4fc2e7ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v5
with:
go-version: 1.23.5
go-version: 1.23.6
- name: Build an image from Dockerfile
run: |