Skip to content

Commit

Permalink
Update golangci-lint to v1.43.0
Browse files Browse the repository at this point in the history
Signed-off-by: shuheiktgw <s-kitagawa@mercari.com>
  • Loading branch information
shuheiktgw committed Dec 27, 2021
1 parent 31422b4 commit d575118
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
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
// +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

0 comments on commit d575118

Please sign in to comment.