Skip to content

Commit

Permalink
Update GolangCI-lint to v1.60.1 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Aug 20, 2024
1 parent cf9594a commit 8b1f88d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ issues:
# golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration
service:
golangci-lint-version: 1.59.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.60.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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
endif

# Variables
GOLANGCI_VERSION=v1.59.1
GOLANGCI_VERSION=v1.60.1

vet:
go vet ${GO_PACKAGES}
Expand Down

0 comments on commit 8b1f88d

Please sign in to comment.