Skip to content

Commit 5e79734

Browse files
committed
test sast
1 parent 9cda122 commit 5e79734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sast.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
uses: actions/checkout@v2
1010

1111
- name: Set up Go
12-
uses: actions/setup-go@v2
12+
uses: actions/setup-go@v4
1313
with:
14-
go-version: '1.16'
14+
go-version: '1.20'
1515

1616
- name: Install Gosec
1717
run: go get -u github.com/securego/gosec/v2/cmd/gosec

0 commit comments

Comments
 (0)