Merge pull request #700 from andyzhangx/trivy-goversion

test: fix trivy action failure
This commit is contained in:
Andy Zhang 2024-07-06 20:00:20 +08:00 committed by GitHub
commit 34851adc37
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.22.4
go-version: 1.22.5
- name: Build an image from Dockerfile
run: |