Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 8116be0

Browse files
committed
update static scan tool settings
Signed-off-by: John O'Loughlin <[email protected]>
1 parent c1932c3 commit 8116be0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/static-scan.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
- name: Set up Go
3939
uses: actions/setup-go@v3
4040
with:
41-
go-version: 1.18.x
41+
go-version: 1.20.x
4242

4343
# if this fails, run go mod tidy
4444
- name: Check if module files are consistent with code
4545
run: go mod tidy && git diff --exit-code
4646

4747
# if this fails, run go mod vendor
4848
- name: Check if vendor directory is consistent with go modules
49-
run: go mod vendor && git diff --exit-code
49+
run: go mod vendor && git diff --exit-code

0 commit comments

Comments
 (0)