Skip to content

Commit

Permalink
fix(backend): 修复goimports版本 TencentBlueKing#7686
Browse files Browse the repository at this point in the history
  • Loading branch information
iSecloud authored and zhangzhw8 committed Oct 31, 2024
1 parent 7d253e5 commit a0bbc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbm-ui/backend/dbm_init/medium/BaseDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN set -ex && \

## 安装go import工具和wegt, yq等常用工具
RUN set -ex && \
go install golang.org/x/tools/cmd/goimports@latest && \
go install golang.org/x/tools/cmd/goimports@v0.24.0 && \
apt-get update && apt-get install -y --no-install-recommends wget && \
wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 && \
chmod a+x /usr/local/bin/yq && \
Expand Down

0 comments on commit a0bbc51

Please sign in to comment.