Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update golangci-lint to v1.43.0 #4173

Merged
merged 1 commit into from Dec 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -23,7 +23,7 @@ GOVERSION ?= $(shell cat ./.go-version)
GOARCH := $(shell go env GOARCH)
GOOS := $(shell go env GOOS)

GOLANGCI_LINT_VERSION := v1.40.1
GOLANGCI_LINT_VERSION := v1.43.0

DOCKER_RUNNING := $(shell docker ps >/dev/null 2>&1 && echo 1 || echo 0)

Expand Down
1 change: 1 addition & 0 deletions bundle/filefs.go
@@ -1,3 +1,4 @@
//go:build go1.16
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// +build go1.16

package bundle
Expand Down
1 change: 1 addition & 0 deletions bundle/filefs_test.go
@@ -1,3 +1,4 @@
//go:build go1.16
// +build go1.16

package bundle
Expand Down
1 change: 1 addition & 0 deletions internal/wasm/sdk/opa/capabilities/capabilities_nowasm.go
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by an Apache2
// license that can be found in the LICENSE file.

//go:build !opa_wasm && !generate
// +build !opa_wasm,!generate

package capabilities
Expand Down