Skip to content

Commit 704a826

Browse files
committed
simplify security pipeline
1 parent 05552eb commit 704a826

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/security.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ jobs:
88
- name: Checkout code
99
uses: actions/checkout@v5
1010

11-
- name: Install Go
12-
uses: actions/setup-go@v6
13-
with:
14-
go-version: ${{ vars.GO_VERSION || '1.23.x' }}
15-
cache: true
16-
1711
- name: Run govulncheck
1812
uses: golang/govulncheck-action@v1
1913
with:

0 commit comments

Comments
 (0)