Added missing permissions validation to rewind button (#3282)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2024-04-04 23:41:20 -06:00
committed by GitHub
parent 6c50c38f83
commit 963c8f1221
10 changed files with 217 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.8
go-version: 1.21.9
check-latest: true
- name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest