From 318e3126a6ec75d636f2d6525876a7688eddcb9b Mon Sep 17 00:00:00 2001 From: cances <36873866+canc3s@users.noreply.github.com> Date: Wed, 2 Aug 2023 13:34:51 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9a5992..6f31659 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: submodules: recursive - uses: actions/setup-go@v3 with: - go-version: 1.20 + go-version: 1.14 cache: true - run: go build -trimpath -ldflags "-w -s -extldflags '-static'" -o target/${{ matrix.output }} - uses: actions/upload-artifact@v3