CI: Update

This commit is contained in:
kayos@tcp.direct 2022-09-11 04:36:26 -07:00
parent 0461e01a60
commit 7c0edb9708
No known key found for this signature in database
GPG Key ID: 4B841471B4BEE979
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.19
- name: go vet -v ./...
run: go vet -v ./...
- name: gosec ./...
@ -22,5 +22,7 @@ jobs:
export PATH=$PATH:$(go env GOPATH)/bin
go install github.com/securego/gosec/v2/cmd/gosec@latest
gosec ./...
- name: go test -v ./...
run: go test -v ./...
- name: go build -v ./...
run: go build -v ./...