Skip to content

Commit

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

Update dependency golangci/golangci-lint to v1.54.2
  • Loading branch information
phisco authored Aug 31, 2023
2 parents d3c2781 + d223f3f commit ee6faea
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.21.0'
GOLANGCI_VERSION: 'v1.54.1'
GOLANGCI_VERSION: 'v1.54.2'
DOCKER_BUILDX_VERSION: 'v0.10.0'

UPBOUND_MARKETPLACE_PUSH_ROBOT_USR: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/function-runtime-oci
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.version=$(VERSION)
GO_SUBDIRS += cmd internal
GO111MODULE = on
GOLANGCILINT_VERSION = 1.54.1
GOLANGCILINT_VERSION = 1.54.2
-include build/makelib/golang.mk

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

0 comments on commit ee6faea

Please sign in to comment.