Skip to content

Commit f07b008

Browse files
committed
update Go linter to 2.4.0
1 parent 6400453 commit f07b008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: golangci-lint
4949
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
5050
with:
51-
version: v2.3.1 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
51+
version: v2.4.0 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
5252
- name: actionlint
5353
run: |
5454
make tools

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CLI_DESTINATION=./bin/$(CLI_BINARY_NAME)
44
MANIFEST_FILE?=./bin/manifest.yml
55
WIN_MANIFEST_FILE?=./bin/manifest.windows.yml
66

7-
GOLANGCI_VERSION=v2.3.1 # Also update golangci-lint GH action in code-health.yml when updating this version
7+
GOLANGCI_VERSION=v2.4.0 # Also update golangci-lint GH action in code-health.yml when updating this version
88

99
.PHONY: build
1010
build: ## Generate the binary in ./bin

0 commit comments

Comments
 (0)