Skip to content

Commit f685fd4

Browse files
authored
Updating GolangCI to v1.64.2 (#280)
1 parent dcac4bf commit f685fd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ issues:
118118
# golangci.com configuration
119119
# https://github.com/golangci/golangci/wiki/Configuration
120120
service:
121-
golangci-lint-version: 1.63.x # use the fixed version to not introduce new linters unexpectedly
121+
golangci-lint-version: 1.64.x # use the fixed version to not introduce new linters unexpectedly
122122
prepare:
123123
- echo "here I can run custom commands, but no preparation needed for this repo"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GO_PACKAGES=$(shell go list ./... | grep -v vendor)
2525
vet
2626

2727
OCT_TOOL_NAME=oct
28-
GOLANGCI_VERSION=v1.63.3
28+
GOLANGCI_VERSION=v1.64.2
2929

3030
# Run the unit tests and build all binaries
3131
build:

0 commit comments

Comments
 (0)