test: fix CVE-2025-4673 in trivy action

This commit is contained in:
andyzhangx 2025-06-14 01:53:34 +00:00
parent c243947a33
commit edf6441990
No known key found for this signature in database
GPG Key ID: 60B2B1D7956FDC16

View File

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