Skip to content

Commit 3204ab7

Browse files
committed
Bump golangci-lint -> v1.46.2
Signed-off-by: Ulysses Souza <[email protected]>
1 parent c45b40b commit 3204ab7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FROM golang:1.18
1616

1717
WORKDIR /go/src
1818

19-
ARG GOLANGCILINT_VERSION=v1.44.1
19+
ARG GOLANGCILINT_VERSION=v1.46.2
2020
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCILINT_VERSION}
2121
RUN go install github.com/kunalkushwaha/ltag@latest && rm -rf /go/src/github.com/kunalkushwaha
2222

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ require (
1313
github.com/opencontainers/go-digest v1.0.0
1414
github.com/pkg/errors v0.9.1
1515
github.com/sirupsen/logrus v1.8.1
16+
github.com/stretchr/testify v1.5.1
1617
github.com/xeipuuv/gojsonschema v1.2.0
1718
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
1819
gopkg.in/yaml.v2 v2.4.0
1920
gotest.tools/v3 v3.3.0
2021
)
2122

2223
require (
24+
github.com/davecgh/go-spew v1.1.1 // indirect
25+
github.com/pmezard/go-difflib v1.0.0 // indirect
2326
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
2427
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
2528
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect

0 commit comments

Comments
 (0)