Update all go-deps (#3259)

This commit is contained in:
Harshavardhana
2024-03-12 00:47:35 -07:00
committed by GitHub
parent 39bf627b0a
commit 3189ebdfef
5 changed files with 141 additions and 424 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.7
go-version: 1.21.8
check-latest: true
- name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
@@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.21.7 ]
go-version: [ 1.21.8 ]
os: [ ubuntu-latest ]
steps:
- name: Check out code