mirror of
https://codeberg.org/scip/epuppy.git
synced 2025-12-17 12:31:02 +01:00
use lint binary
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- freebsd/amd64
|
|
||||||
goversion:
|
goversion:
|
||||||
- 1.24
|
- 1.24
|
||||||
|
|
||||||
@@ -23,5 +22,7 @@ steps:
|
|||||||
event: [push]
|
event: [push]
|
||||||
image: golang:${goversion}
|
image: golang:${goversion}
|
||||||
commands:
|
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 ./...
|
- golangci-lint run ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user