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