Skip to content

Commit

Permalink
强制指定go版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinnrry authored Apr 13, 2024
1 parent 722c63d commit 9371864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -79,4 +80,4 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: server/${{ env.ZIPNAME }}.zip
tag: ${{ github.ref }}
file_glob: true
file_glob: true

0 comments on commit 9371864

Please sign in to comment.