Bump Go to 1.27.0 (#14)
CI / vulncheck (push) Successful in 8s
CI / check-and-test (push) Successful in 35s

This commit was merged in pull request #14.
This commit is contained in:
s1d3sw1ped_bot
2026-08-31 20:04:49 -05:00
parent 81b3a7df53
commit 2a2cd8d393
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -12,14 +12,14 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.26.7'
go-version-file: 'go.mod'
- run: go mod tidy
- run: go build ./...
- run: go vet ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.12
version: v2.13.2
args: --timeout=5m
- run: go test -race -v -shuffle=on -coverprofile=coverage.out -timeout=5m ./...
- run: go tool cover -func=coverage.out | tail -10 # basic coverage report
@@ -30,6 +30,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.27.0'
go-version-file: 'go.mod'
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
- run: govulncheck ./...