Skip to content

Commit c8844ec

Browse files
committed
Use go1.21
1 parent d1b67c2 commit c8844ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vulncheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Go
2525
uses: actions/setup-go@v5
2626
with:
27-
go-version: "stable"
27+
go-version: "1.21.x"
2828
check-latest: true
2929
cache: false
3030

0 commit comments

Comments
 (0)