updating all dependencies as per regular cadence (#20646)

This commit is contained in:
Harshavardhana
2024-11-14 12:33:18 -08:00
committed by GitHub
parent 0e9854372e
commit 4ee3434854
18 changed files with 3562 additions and 216 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.7
go-version: 1.23.2
- name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
shell: bash