Skip to content

Commit

Permalink
Merge pull request #4508 from crossplane/renovate/master-golangci-gol…
Browse files Browse the repository at this point in the history
…angci-lint-1.x
  • Loading branch information
phisco committed Sep 12, 2023
2 parents d7542dd + abe486f commit d40146a
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
Expand Up @@ -11,7 +11,7 @@ on:
env:
# Common versions
GO_VERSION: '1.21.1'
GOLANGCI_VERSION: 'v1.54.1'
GOLANGCI_VERSION: 'v1.54.2'
DOCKER_BUILDX_VERSION: 'v0.10.0'

# Common users. We can't run a step 'if secrets.AWS_USR != ""' but we can run
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -34,7 +34,7 @@ GO_TEST_PACKAGES = $(GO_PROJECT)/test/e2e
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.version=$(VERSION)
GO_SUBDIRS += cmd internal apis
GO111MODULE = on
GOLANGCILINT_VERSION = 1.54.1
GOLANGCILINT_VERSION = 1.54.2
-include build/makelib/golang.mk

# ====================================================================================
Expand Down

0 comments on commit d40146a

Please sign in to comment.