We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebff8b commit a7cc528Copy full SHA for a7cc528
.ci/check
@@ -26,7 +26,7 @@ export PATH="${GOBIN}:${PATH}"
26
27
# Install golangci-lint (linting tool).
28
if [[ -z "${GOLANGCI_LINT_VERSION}" ]]; then
29
- export GOLANGCI_LINT_VERSION=v1.57.1
+ export GOLANGCI_LINT_VERSION=v1.60.3
30
fi
31
echo "Fetching golangci-lint tool"
32
go install github.com/golangci/golangci-lint/cmd/golangci-lint@"${GOLANGCI_LINT_VERSION}"
@@ -44,7 +44,7 @@ echo "Running go vet..."
44
go vet ${PACKAGES}
45
46
# Execute automatic code formatting directive.
47
-echo "Running go vet..."
+echo "Running go fmt..."
48
go fmt ${PACKAGES}
49
50
echo "Executing golangci-lint..."
0 commit comments