Forráskód Böngészése

Update release.yml

木木的木头 2 éve
szülő
commit
bc434b783b
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      .github/workflows/release.yml

+ 3 - 0
.github/workflows/release.yml

@@ -33,6 +33,9 @@ jobs:
         run: npm install --global yarn
         run: npm install --global yarn
       - name: Setup Go environment
       - name: Setup Go environment
         uses: actions/setup-go@v4.1.0
         uses: actions/setup-go@v4.1.0
+        with:
+          go-version: '1.21'
+          check-latest: true
       - name: Gen output name
       - name: Gen output name
         run: echo "FILENAME=pmail_${{ matrix.goos }}_${{ matrix.goarch }}" >> ${GITHUB_ENV}
         run: echo "FILENAME=pmail_${{ matrix.goos }}_${{ matrix.goarch }}" >> ${GITHUB_ENV}
       - name: Rename Windows File
       - name: Rename Windows File