Merge pull request #671 from andyzhangx/fix-sdlib

test: fix stdlib CVE due to golang v1.22.2
This commit is contained in:
Andy Zhang 2024-05-09 12:07:33 +08:00 committed by GitHub
commit 8671e7871a
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.19
go-version: 1.22.3
- name: Build an image from Dockerfile
run: |