Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
4ebd6009
Commit
4ebd6009
authored
Jul 02, 2021
by
Brad Davidson
Committed by
Brad Davidson
Aug 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump gopls and golangci-lint
Signed-off-by:
Brad Davidson
<
brad.davidson@rancher.com
>
parent
87285501
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile.dapper
Dockerfile.dapper
+2
-2
No files found.
Dockerfile.dapper
View file @
4ebd6009
...
@@ -26,11 +26,11 @@ RUN if [ "$(go env GOARCH)" = "arm64" ]; then
...
@@ -26,11 +26,11 @@ RUN if [ "$(go env GOARCH)" = "arm64" ]; then
mv trivy /usr/local/bin; \
mv trivy /usr/local/bin; \
fi
fi
# this works for both go 1.15 and 1.16
# this works for both go 1.15 and 1.16
RUN GO111MODULE=on GOPROXY=direct go get golang.org/x/tools/cmd/goimports@gopls/v0.
6.9
RUN GO111MODULE=on GOPROXY=direct go get golang.org/x/tools/cmd/goimports@gopls/v0.
7.0
RUN rm -rf /go/src /go/pkg
RUN rm -rf /go/src /go/pkg
RUN if [ "$(go env GOARCH)" = "amd64" ]; then \
RUN if [ "$(go env GOARCH)" = "amd64" ]; then \
curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.4
0.0
; \
curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.4
1.1
; \
fi
fi
ENV YQ_URL=https://github.com/mikefarah/yq/releases/download/v4.6.2/yq_linux
ENV YQ_URL=https://github.com/mikefarah/yq/releases/download/v4.6.2/yq_linux
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment