File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ FROM golang:1.18
1616
1717WORKDIR /go/src
1818
19- ARG GOLANGCILINT_VERSION=v1.44.1
19+ ARG GOLANGCILINT_VERSION=v1.46.2
2020RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCILINT_VERSION}
2121RUN go install github.com/kunalkushwaha/ltag@latest && rm -rf /go/src/github.com/kunalkushwaha
2222
Original file line number Diff line number Diff 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
2223require (
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
You can’t perform that action at this time.
0 commit comments