From 0597cae47c3884bfc066d7c81f796ebec2774a10 Mon Sep 17 00:00:00 2001 From: shoce Date: Thu, 14 Sep 2023 19:13:45 +0530 Subject: [PATCH] go --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a89de49..1f5de0d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: echo "VERSION=$VERSION" >> $GITHUB_ENV - uses: actions/setup-go@v4 with: - go-version: '^1.21.0' + go-version: '^1.21.1' - name: go build run: GOOS=linux GOARCH=amd64 go build -o ${{ github.event.repository.name }}.linux.amd64 -trimpath -ldflags ' -X main.Version='$VERSION - name: gzip @@ -60,7 +60,7 @@ jobs: echo "VERSION=$VERSION" >> $GITHUB_ENV - uses: actions/setup-go@v4 with: - go-version: '^1.21.0' + go-version: '^1.21.1' - name: go build run: GOOS=linux GOARCH=amd64 go build -o ${{ github.event.repository.name }}.linux.amd64 -trimpath -ldflags ' -X main.Version='$VERSION - name: gzip