Skip to content

Commit

Permalink
Update dependency golangci/golangci-lint to v1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent a5b90fd commit afd99e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
# Common versions
GO_VERSION: '1.23.1'
GOLANGCI_VERSION: 'v1.60.3'
GOLANGCI_VERSION: 'v1.61.0'

jobs:
check-diff:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))
GO_LDFLAGS += -X $(GO_PROJECT)/pkg/version.Version=$(VERSION)
GO_SUBDIRS += errors proto resource response request
GO111MODULE = on
GOLANGCILINT_VERSION = 1.60.3
GOLANGCILINT_VERSION = 1.61.0
GO_LINT_ARGS ?= "--fix"
-include build/makelib/golang.mk

Expand Down

0 comments on commit afd99e0

Please sign in to comment.