mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Update golangci-lint to 1.45.2
This requires a further set of gofmt -s improvements to the code, but nothing major. golangci-lint 1.45.2 brings golang 1.18 support which might be needed in the future. Signed-off-by: Dirk Müller <dirk@dmllr.de>
This commit is contained in:
parent
5cb4894a50
commit
fa0fa8b1d0
@ -35,7 +35,7 @@ RUN GOPROXY=direct go get golang.org/x/tools/cmd/goimports@gopls/v0.7.0
|
||||
RUN rm -rf /go/src /go/pkg
|
||||
|
||||
RUN if [ "$(go env GOARCH)" = "amd64" ]; then \
|
||||
curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.41.1; \
|
||||
curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.45.2; \
|
||||
fi
|
||||
|
||||
ENV YQ_URL=https://github.com/mikefarah/yq/releases/download/v4.6.2/yq_linux
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !windows
|
||||
//go:build !windows
|
||||
|
||||
package containerd
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build linux
|
||||
//go:build linux
|
||||
|
||||
package loadbalancer
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !windows
|
||||
//go:build !windows
|
||||
|
||||
package syssetup
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build linux
|
||||
//go:build linux
|
||||
|
||||
package templates
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build linux
|
||||
//go:build linux
|
||||
|
||||
package cmds
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build linux,cgo
|
||||
//go:build linux && cgo
|
||||
|
||||
package cmds
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !no_stage
|
||||
//go:build !no_stage
|
||||
|
||||
package cmds
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !ctrd
|
||||
//go:build !ctrd
|
||||
|
||||
package containerd
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build linux
|
||||
//go:build linux
|
||||
|
||||
package containerd
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !no_stage
|
||||
//go:build !no_stage
|
||||
|
||||
package deploy
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build linux darwin freebsd openbsd netbsd dragonfly
|
||||
//go:build linux || darwin || freebsd || openbsd || netbsd || dragonfly
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,5 +1,4 @@
|
||||
//go:build linux || darwin || freebsd || openbsd || netbsd || dragonfly
|
||||
// +build linux darwin freebsd openbsd netbsd dragonfly
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !windows
|
||||
//go:build !windows
|
||||
|
||||
package rootless
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !no_stage
|
||||
//go:build !no_stage
|
||||
|
||||
package static
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !windows
|
||||
//go:build !windows
|
||||
|
||||
package util
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user