Skip to content

Commit

Permalink
Revert "script: fix golangci-lint install (#368)"
Browse files Browse the repository at this point in the history
This reverts commit b2ed9c7.

It seems Github fixed the underlying issue:

https://github.com/orgs/community/discussions/45590#discussioncomment-4802887
  • Loading branch information
mmcloughlin committed Jan 28, 2023
1 parent b2ed9c7 commit e15dde7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
go install ./internal/cmd/asmvet

# golangci-lint for linting
#
# Note: we pin a different version of the install script to fix
# https://github.com/golangci/golangci-lint/issues/3509.
golangci_lint_version='v1.49.0'
golangci_install_script="https://raw.githubusercontent.com/golangci/golangci-lint/d57156ec228b712ccd429367482771179e3fa050/install.sh"
golangci_install_script="https://raw.githubusercontent.com/golangci/golangci-lint/${golangci_lint_version}/install.sh"
curl -sfL "${golangci_install_script}" | sh -s -- -b "$GOPATH/bin" "${golangci_lint_version}"

# embedmd required for documentation generation
Expand Down

0 comments on commit e15dde7

Please sign in to comment.