Update release.yml

This commit is contained in:
believethehype
2024-03-27 12:41:29 +01:00
committed by GitHub
parent d02059a8c7
commit 2f862bab85
+2 -2
View File
@@ -28,10 +28,10 @@ jobs:
goarch: [amd64]
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.41
- uses: wangyoucao577/go-release-action@v1.49
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.22"
goversion: "1.21"
overwrite: true