Skip to content

Commit

Permalink
Bump golangci-lint to v1.50.1
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Comellini <luca.com@gmail.com>
(cherry picked from commit c5fff10)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
lucacome authored and thaJeztah committed Mar 7, 2023
1 parent f198f77 commit c73f1ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
version: v1.50.1
skip-cache: true
args: --timeout=5m

Expand Down
3 changes: 1 addition & 2 deletions script/setup/install-dev-tools
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.


#
# Install developer tools to $GOBIN (or $GOPATH/bin if unset)
#
Expand All @@ -23,7 +22,7 @@ set -eu -o pipefail
# install `protobuild` and other commands
go install github.com/stevvooe/protobuild@v0.1.0
go install github.com/cpuguy83/go-md2man/v2@v2.0.1
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1

# the following packages need to exist in $GOPATH so we can't use
# go modules-aware mode of `go get` for these includes used during
Expand Down

0 comments on commit c73f1ab

Please sign in to comment.