mirror of
https://codeberg.org/scip/epuppy.git
synced 2025-12-16 20:11:00 +01:00
use lint binary
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
matrix:
|
||||
platform:
|
||||
- linux/amd64
|
||||
- freebsd/amd64
|
||||
goversion:
|
||||
- 1.24
|
||||
|
||||
@@ -23,5 +22,7 @@ steps:
|
||||
event: [push]
|
||||
image: golang:${goversion}
|
||||
commands:
|
||||
- go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.5.0
|
||||
#- go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.5.0
|
||||
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.5.0
|
||||
- golangci-lint --version
|
||||
- golangci-lint run ./...
|
||||
|
||||
Reference in New Issue
Block a user