There was an error while loading. Please reload this page.
1 parent ba86d0c commit 7314b6bCopy full SHA for 7314b6b
1 file changed
build/task.yml
@@ -270,7 +270,7 @@ tasks:
270
if ! golangci-lint --version | grep -q "has version {{.GOLANGCI_LINT_VERSION_WITHOUT_V_PREFIX}}"; then
271
echo "Installing golangci-lint version {{.GOLANGCI_LINT_VERSION_WITHOUT_V_PREFIX}}..."
272
curl \
273
- -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh |\
+ -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/main/install.sh |\
274
sh -s -- -b {{.GOBIN}} {{.GOLANGCI_LINT_VERSION}}
275
fi
276
silent: true
0 commit comments