Skip to content

Commit a7cc528

Browse files
author
Rishabh Patel
committed
Update golang-ci lint in pipeline
1 parent 8ebff8b commit a7cc528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export PATH="${GOBIN}:${PATH}"
2626

2727
# Install golangci-lint (linting tool).
2828
if [[ -z "${GOLANGCI_LINT_VERSION}" ]]; then
29-
export GOLANGCI_LINT_VERSION=v1.57.1
29+
export GOLANGCI_LINT_VERSION=v1.60.3
3030
fi
3131
echo "Fetching golangci-lint tool"
3232
go install github.com/golangci/golangci-lint/cmd/golangci-lint@"${GOLANGCI_LINT_VERSION}"
@@ -44,7 +44,7 @@ echo "Running go vet..."
4444
go vet ${PACKAGES}
4545

4646
# Execute automatic code formatting directive.
47-
echo "Running go vet..."
47+
echo "Running go fmt..."
4848
go fmt ${PACKAGES}
4949

5050
echo "Executing golangci-lint..."

0 commit comments

Comments
 (0)