fix: upgrade goimports (#23320)

This commit is contained in:
屈轩
2025-09-17 22:01:26 +08:00
committed by GitHub
parent 9dfc3d8df7
commit 5ee016ff02
4 changed files with 5 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ jobs:
shell: bash
run: |
set -o xtrace
git clone --branch yun --depth 4 https://github.com/yousong/tools && cd tools
git clone --branch master --depth 4 https://github.com/yunionio/tools && cd tools
go build ./cmd/goimports && sudo cp goimports /usr/bin/ && cd .. && rm -rf tools
git clone --depth 4 https://github.com/yousong/y18n && cd y18n
go build . && sudo cp y18n /usr/bin && cd .. && rm -rf y18n