From c200e9af365e33a310167b486de8a9dc0bf1a014 Mon Sep 17 00:00:00 2001 From: "huhouhuam@outlook.com" Date: Sat, 10 Feb 2024 19:08:56 +0800 Subject: [PATCH] change workflows release go version to 1.21.7 --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea11c68..e4870ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,8 @@ name: release on: release: types: [created] - +env: + GO_VERSION: '1.21.7' jobs: releases-linux-binaries: name: Release Go Binaries @@ -19,5 +20,5 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} - goversion: 1.20.4 + goversion: ${{ env.GO_VERSION }} extra_files: LICENSE README.md \ No newline at end of file