Skip to content

Commit a5e532a

Browse files
committed
chore: Upgrade linter
1 parent b873154 commit a5e532a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: golangci/golangci-lint-action@v3
4545
with:
4646
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
47-
version: v1.53.2
47+
version: v1.53.3
4848

4949
# Optional: working directory, useful for monorepos
5050
# working-directory: somedir

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ ifndef HAS_GOLANGCI_LINT
175175
ifndef HAS_CURL
176176
$(error You must install curl)
177177
endif
178-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.53.2
178+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.53.3
179179
endif
180180
ifndef HAS_GIT
181181
$(error You must install Git)

0 commit comments

Comments
 (0)