1 parent 7dd4316 commit ad51050Copy full SHA for ad51050
1 file changed
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
go-version: ${{ matrix.go-version }}
28
go-version-file: ${{ matrix.go-version-file }}
29
- - uses: geomys/sandboxed-step@v1.2.0
+ - uses: geomys/sandboxed-step@v1.2.2
30
31
run: |
32
sudo apt-get update && sudo apt-get install -y psmisc # for killall
@@ -46,7 +46,7 @@ jobs:
46
- uses: actions/setup-go@v6
47
48
go-version: stable
49
- - uses: geomys/sandboxed-step@v1.1.1
50
51
run: go run honnef.co/go/tools/cmd/staticcheck@latest ./...
52
govulncheck:
@@ -58,6 +58,6 @@ jobs:
58
59
60
61
62
63
run: go run golang.org/x/vuln/cmd/govulncheck@latest ./...
0 commit comments