Skip to content

Commit

Permalink
Merge pull request #168 from crossplane/renovate/golangci-golangci-li…
Browse files Browse the repository at this point in the history
…nt-1.x

Update dependency golangci/golangci-lint to v1.61.0
  • Loading branch information
negz authored Sep 16, 2024
2 parents e754b6a + afd99e0 commit 5d5b5ac
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 5d5b5ac

Please sign in to comment.