Skip to content

Commit fb876cc

Browse files
authored
Update push-artifacts.yml
1 parent 93c4c60 commit fb876cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
3737
goos: ${{ matrix.goos }}
3838
goarch: ${{ matrix.goarch }}
39-
goversion: "1.21"
39+
# goversion: "1.21"
4040
ldflags: "-X 'main.commit=${{ github.sha }}' -X 'main.version=${{ needs.create-release.outputs.tag_name }}'"
4141
md5sum: FALSE
4242
sha256sum: TRUE

0 commit comments

Comments
 (0)