Skip to content

Commit

Permalink
fix(gopls): trigger rebuild for fixed gopls v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jan 27, 2022
1 parent 8957b0f commit 14149c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ARG KUBECTX_VERSION=v0.9.4
ARG KUBENS_VERSION=v0.9.4
ARG HELM_VERSION=v3.7.2


FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS go
FROM qmcgaw/binpot:go-outline-${GOOUTLINE_VERSION} AS go-outline
FROM qmcgaw/binpot:gomodifytags-${GOMODIFYTAGS_VERSION} AS gomodifytags
Expand Down
1 change: 0 additions & 1 deletion debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ ARG KUBENS_VERSION=v0.9.4
ARG HELM_VERSION=v3.7.2



FROM golang:${GO_VERSION}-${DEBIAN_VERSION} AS go
FROM qmcgaw/binpot:go-outline-${GOOUTLINE_VERSION} AS go-outline
FROM qmcgaw/binpot:gomodifytags-${GOMODIFYTAGS_VERSION} AS gomodifytags
Expand Down

0 comments on commit 14149c8

Please sign in to comment.