go1.22.4 upgrade for vulncheck (#3370)

This commit is contained in:
Harshavardhana
2024-06-06 10:23:43 -07:00
committed by GitHub
parent 49c5f5a8f0
commit 3e83a30739
3 changed files with 62 additions and 73 deletions

View File

@@ -5,9 +5,6 @@ on:
pull_request:
branches:
- master
push:
branches:
- master
permissions:
contents: read # to fetch code (actions/checkout)
@@ -22,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22.3
go-version: 1.22.4
check-latest: true
- name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
@@ -36,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.22.3 ]
go-version: [ 1.22.4 ]
os: [ ubuntu-latest ]
steps:
- name: Check out code