-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update golangci-lint to v1.63.2 to match GitHub CI version
- Loading branch information
1 parent
45891f6
commit 3800fc0
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ ENV GOPROXY ${GOPROXY} | |
RUN apk add --update openssl openssh-client | ||
RUN go install github.com/air-verse/[email protected] && \ | ||
go install github.com/go-delve/delve/cmd/[email protected] && \ | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.3 | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.2 | ||
|
||
WORKDIR $GOPATH/src/github.com/shellhub-io/shellhub | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ ENV GOPROXY ${GOPROXY} | |
RUN apk add --update openssl build-base docker-cli | ||
RUN go install github.com/air-verse/[email protected] && \ | ||
go install github.com/go-delve/delve/cmd/[email protected] && \ | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.3 && \ | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.2 && \ | ||
go install github.com/vektra/mockery/v2/[email protected] | ||
|
||
WORKDIR $GOPATH/src/github.com/shellhub-io/shellhub | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ FROM builder AS development | |
|
||
RUN apk add --update openssl build-base docker-cli | ||
RUN go install github.com/cosmtrek/[email protected] && \ | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.3 | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.2 | ||
|
||
WORKDIR $GOPATH/src/github.com/shellhub-io/shellhub | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ RUN mkdir -p /var/run/openresty /etc/letsencrypt && \ | |
RUN apk add --update openssl build-base | ||
RUN go install github.com/air-verse/[email protected] && \ | ||
go install github.com/go-delve/delve/cmd/[email protected] && \ | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.3 && \ | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.2 && \ | ||
go install github.com/vektra/mockery/v2/[email protected] | ||
|
||
WORKDIR $GOPATH/src/github.com/shellhub-io/shellhub | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ ENV GOPROXY ${GOPROXY} | |
RUN apk add --update openssl | ||
RUN go install github.com/air-verse/[email protected] && \ | ||
go install github.com/go-delve/delve/cmd/[email protected] && \ | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.3 && \ | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.2 && \ | ||
go install github.com/vektra/mockery/v2/[email protected] | ||
|
||
WORKDIR $GOPATH/src/github.com/shellhub-io/shellhub | ||
|