Skip to content

Commit d51342f

Browse files
committed
bump golangci-lint to 1.52.2
1 parent 0d5444a commit d51342f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- name: Install Go
27-
uses: actions/setup-go@v3
27+
uses: actions/setup-go@v4
2828
with:
2929
go-version: ${{ matrix.go-version }}
3030
- name: Checkout code

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ golangci-lint:
107107
ifeq (, $(shell which golangci-lint))
108108
@GOOS=$(shell uname -s | tr A-Z a-z) \
109109
GOARCH=$(subst x86_64,amd64,$(patsubst i%86,386,$(shell uname -m))) \
110-
$(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.48.0
110+
$(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2
111111
GOLANG_LINT=$(shell go env GOPATH)/bin/golangci-lint
112112
else
113113
GOLANG_LINT=$(shell which golangci-lint)

0 commit comments

Comments
 (0)