starting accounts #2
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue