diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 320e6df..928f1cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@v4.1.0 with: + go-version: '1.22' check-latest: true - name: Gen output name run: | @@ -79,4 +80,4 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: server/${{ env.ZIPNAME }}.zip tag: ${{ github.ref }} - file_glob: true \ No newline at end of file + file_glob: true