Skip to content

Commit bc434b7

Browse files
authored
Update release.yml
1 parent 4f8c97f commit bc434b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
run: npm install --global yarn
3434
- name: Setup Go environment
3535
uses: actions/setup-go@v4.1.0
36+
with:
37+
go-version: '1.21'
38+
check-latest: true
3639
- name: Gen output name
3740
run: echo "FILENAME=pmail_${{ matrix.goos }}_${{ matrix.goarch }}" >> ${GITHUB_ENV}
3841
- name: Rename Windows File

0 commit comments

Comments
 (0)