Skip to content

Commit 670bedc

Browse files
authored
Update GolangCI-lint to v1.55.1 (#77)
1 parent 5df04ab commit 670bedc

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
@@ -121,6 +121,6 @@ issues:
121121
# golangci.com configuration
122122
# https://github.com/golangci/golangci/wiki/Configuration
123123
service:
124-
golangci-lint-version: 1.54.x # use the fixed version to not introduce new linters unexpectedly
124+
golangci-lint-version: 1.55.x # use the fixed version to not introduce new linters unexpectedly
125125
prepare:
126126
- 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.54.2
28+
GOLANGCI_VERSION=v1.55.1
2929

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

0 commit comments

Comments
 (0)