File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ func runInit(cmd *command) error {
78
78
}()
79
79
80
80
// Make sure gobind is up to date.
81
- if err := goInstall ([]string {"golang.org/x/mobile/cmd/gobind" }, nil ); err != nil {
81
+ if err := goInstall ([]string {"golang.org/x/mobile/cmd/gobind@latest " }, nil ); err != nil {
82
82
return err
83
83
}
84
84
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ var initTmpl = template.Must(template.New("output").Parse(`GOMOBILE={{.GOPATH}}/
175
175
rm -r -f "$GOMOBILE"
176
176
mkdir -p $GOMOBILE
177
177
WORK={{.GOPATH}}/pkg/gomobile/work
178
- go install -x golang.org/x/mobile/cmd/gobind
178
+ go install -x golang.org/x/mobile/cmd/gobind@latest
179
179
cp $OPENAL_PATH/include/AL/al.h $GOMOBILE/include/AL/al.h
180
180
mkdir -p $GOMOBILE/include/AL
181
181
cp $OPENAL_PATH/include/AL/alc.h $GOMOBILE/include/AL/alc.h
You can’t perform that action at this time.
0 commit comments