Updated workflow, so Trivy scanner tests would not fail

This commit is contained in:
Sveta Smirnova
2025-08-01 02:18:06 +03:00
parent cda214696e
commit 54b2fe9dd0

View File

@@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.24'
- name: Build
run: cd src/go; make linux-amd64; cd ../../