Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <[email protected]>
  • Loading branch information
briandowns committed Jan 21, 2025
1 parent 4503c61 commit 7d79f85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .golangci.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
]
},
"run": {
"skip-files": [
"/zz_generated_"
],
"deadline": "5m"
},
"issues": {
"exclude-rules": [
{
"text:" "/zz_generated_*"
},
{
"linters": "revive",
"text": "should have comment or be unexported"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN ln -s /usr/bin/cni /usr/bin/bridge && \

ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH
ENV GOLANGCI_LINT v1.59.0
ENV GOLANGCI_LINT v1.60.3

RUN zypper -n install git docker vim less file curl wget jq awk && rpm -e --nodeps --noscripts containerd
RUN go install golang.org/x/tools/cmd/goimports@latest
Expand Down

0 comments on commit 7d79f85

Please sign in to comment.