Skip to content

Commit

Permalink
Update GolangCI-lint to v1.55.1 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Nov 1, 2023
1 parent 5df04ab commit 670bedc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Expand Up @@ -121,6 +121,6 @@ issues:
# golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration
service:
golangci-lint-version: 1.54.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.55.x # use the fixed version to not introduce new linters unexpectedly
prepare:
- echo "here I can run custom commands, but no preparation needed for this repo"
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -25,7 +25,7 @@ GO_PACKAGES=$(shell go list ./... | grep -v vendor)
vet

OCT_TOOL_NAME=oct
GOLANGCI_VERSION=v1.54.2
GOLANGCI_VERSION=v1.55.1

# Run the unit tests and build all binaries
build:
Expand Down

0 comments on commit 670bedc

Please sign in to comment.