Skip to content

Commit

Permalink
chore: bump golangci-lint to v1.50.0
Browse files Browse the repository at this point in the history
Bump golangci-lint to v1.50.0

Signed-off-by: Dmitriy Matrenichev <[email protected]>
  • Loading branch information
DmitriyMV committed Oct 4, 2022
1 parent fe71103 commit 28dd21b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2022-09-27T14:21:38Z by kres 8e6d786-dirty.
# Generated on 2022-10-04T15:22:25Z by kres 5d74010.

# common variables

Expand All @@ -11,7 +11,7 @@ ARTIFACTS := _out
REGISTRY ?= ghcr.io
USERNAME ?= siderolabs
REGISTRY_AND_USERNAME ?= $(REGISTRY)/$(USERNAME)
GOLANGCILINT_VERSION ?= v1.49.0
GOLANGCILINT_VERSION ?= v1.50.0
GOFUMPT_VERSION ?= v0.3.1
GO_VERSION ?= 1.19
GOIMPORTS_VERSION ?= v0.1.12
Expand Down
2 changes: 1 addition & 1 deletion internal/config/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
GoImportsVersion = "v0.1.12"
// GolangCIlintVersion is the version of golangci-lint.
// renovate: datasource=go depName=github.com/golangci/golangci-lint
GolangCIlintVersion = "v1.49.0"
GolangCIlintVersion = "v1.50.0"
// GolangContainerImageVersion is the default golang container image.
// renovate: datasource=docker versioning=docker depName=golang
GolangContainerImageVersion = "1.19-alpine"
Expand Down

0 comments on commit 28dd21b

Please sign in to comment.