stick to go1.19 go.mod (#18600)

This commit is contained in:
Harshavardhana
2023-12-06 01:09:22 -08:00
committed by GitHub
parent e30c0e7ca3
commit 73dde66dbe
7 changed files with 14 additions and 16 deletions

View File

@@ -3,11 +3,10 @@ on:
pull_request:
branches:
- master
- next
push:
branches:
- master
- next
permissions:
contents: read # to fetch code (actions/checkout)
@@ -22,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.4
go-version: 1.21.5
check-latest: true
- name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest