Skip to content

Commit e1f36ee

Browse files
authored
Upgrade go version in git workflows to 1.21.1 (#3039)
1 parent 698f72f commit e1f36ee

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/vulncheck.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# @format
2+
13
name: Vulnerability Check
24
on:
35
pull_request:
@@ -20,7 +22,7 @@ jobs:
2022
- name: Set up Go
2123
uses: actions/setup-go@v3
2224
with:
23-
go-version: 1.21.0
25+
go-version: 1.21.1
2426
check-latest: true
2527
- name: Get official govulncheck
2628
run: go install golang.org/x/vuln/cmd/govulncheck@latest
@@ -34,8 +36,8 @@ jobs:
3436
runs-on: ubuntu-latest
3537
strategy:
3638
matrix:
37-
go-version: [ 1.21.0 ]
38-
os: [ ubuntu-latest ]
39+
go-version: [1.21.1]
40+
os: [ubuntu-latest]
3941
steps:
4042
- name: Check out code
4143
uses: actions/checkout@v3
@@ -48,4 +50,4 @@ jobs:
4850
working-directory: ./portal-ui
4951
continue-on-error: false
5052
run: |
51-
yarn audit --groups dependencies
53+
yarn audit --groups dependencies

0 commit comments

Comments
 (0)