Skip to content

Commit

Permalink
updating the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zveinn committed Oct 26, 2023
1 parent 55237d7 commit 33cded8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.7
go-version: 1.21.1
check-latest: true
- name: Check out code
uses: actions/checkout@v3
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.7
go-version: 1.21.1
check-latest: true
- name: Check out code
uses: actions/checkout@v3
Expand All @@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20.7
go-version: 1.21.1
check-latest: true
- name: Get govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
Expand Down

0 comments on commit 33cded8

Please sign in to comment.