We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d2c10 commit 22a8fa0Copy full SHA for 22a8fa0
Makefile
@@ -177,8 +177,12 @@ out/cf-cli_winx64.exe: $(GOSRC) rsrc.syso
177
rm rsrc.syso
178
179
rsrc.syso:
180
+ @# 'Temporarily' using GOMODULE111 hack: see
181
+ @# [#27643](https://github.com/golang/go/issues/27643)
182
+ @# [#30515](https://github.com/golang/go/issues/30515)
183
+ @# [#40276](https://github.com/golang/go/issues/40276)
184
@# Software for windows icon
- go get github.com/akavel/rsrc
185
+ GOMODULE111=off go get github.com/akavel/rsrc
186
@# Generates icon file
187
rsrc -ico cf.ico
188
0 commit comments