You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ jobs:
33
33
- name: Run GoReleaser
34
34
uses: goreleaser/goreleaser-action@v4
35
35
with:
36
-
version: latest
36
+
version: v1.18.2 # TODO: change to 'latest' once Go 1.21 is released (August 2023). This is so we can bump min Go version to 1.19.x which will fix a goreleaser dependency requirement.
0 commit comments