starting accounts #2

Open
qpismont wants to merge 15 commits from accounts into main
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 2445b82395 - Show all commits

View file

@ -5,7 +5,7 @@
"dockerfile": "Dockerfile", "dockerfile": "Dockerfile",
"args": { "args": {
"GO_VERSION": "1.24.2", "GO_VERSION": "1.24.2",
"GOLANGCI_LINT_VERSION": "2.0.2", "GOLANGCI_LINT_VERSION": "2.1.2",
"MIGRATE_VERSION": "4.18.2", "MIGRATE_VERSION": "4.18.2",
"AIR_VERSION": "1.61.7" "AIR_VERSION": "1.61.7"
} }

View file

@ -7,7 +7,7 @@
], ],
"go.formatTool": "custom", "go.formatTool": "custom",
"go.alternateTools": { "go.alternateTools": {
"customFormatter": "golangci-lint-v2" "customFormatter": "golangci-lint"
}, },
"go.formatFlags": [ "go.formatFlags": [
"fmt", "fmt",

View file

@ -8,4 +8,4 @@ steps:
- apk update - apk update
- apk add bash curl jq - apk add bash curl jq
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.1.2 - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.1.2
- $(go env GOPATH)/bin/golangci-lint run - $(go env GOPATH)/bin/golangci-lint run --fast-only --path-mode=abs