Skip to content

Commit

Permalink
update golangci-lint to v1.51.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Muellner authored and randombenj committed Mar 22, 2023
1 parent 77e02bf commit bece12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
version: v1.51.2

- name: Setup Python
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -11,7 +11,7 @@ COVERAGE_DIR?=$(shell mktemp -d)
all: modules test bench check system-test

prepare:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.50.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.51.2

modules:
go mod download
Expand Down

0 comments on commit bece12a

Please sign in to comment.