fixup! fixup! fixup! Update code constraints.

This commit is contained in:
2022-12-10 13:43:16 +00:00
parent 36e0617b29
commit ea75bd4816
+2 -2
View File
@@ -221,7 +221,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Compile and release semver
uses: wangyoucao577/go-release-action@v1.32
uses: wangyoucao577/go-release-action@v1.33
with:
github_token: ${{ secrets.GHCR_TOKEN }}
goos: ${{ matrix.goos }}
@@ -238,7 +238,7 @@ jobs:
pre_command: export GODEBUG=http2client=0
- name: Compile and release v1
uses: wangyoucao577/go-release-action@v1.32
uses: wangyoucao577/go-release-action@v1.33
with:
github_token: ${{ secrets.GHCR_TOKEN }}
goos: ${{ matrix.goos }}