Skip to content

Commit 3083629

Browse files
committed
Bump golangci-lint version (1.48.0 -> 1.49.0)
1 parent 6109ce1 commit 3083629

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Run linter
4040
uses: golangci/golangci-lint-action@v3
4141
with:
42-
version: v1.48 # Always uses the latest patch version.
42+
version: v1.49 # Always uses the latest patch version.
4343
only-new-issues: true # Show only new issues if it's a pull request
4444
- name: Report failure
4545
uses: nashmaniac/[email protected]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
8383
golangci-lint:
8484
@[ -f $(GOLANGCI_LINT) ] || { \
8585
set -e ;\
86-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT)) v1.48.0 ;\
86+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT)) v1.49.0 ;\
8787
}
8888

8989
.PHONY: apidiff

0 commit comments

Comments
 (0)