Skip to content

Commit

Permalink
ci: Force govulncheck to use 1.20.3 for now
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Apr 5, 2023
1 parent 3007c85 commit 8513b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.20.3"
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6
with:
Expand Down

0 comments on commit 8513b10

Please sign in to comment.