Closed alessandrocornacchia closed 1 week ago
Temporarily solved by changing
var goWorkTemplate = `go 1.22
into
var goWorkTemplate = `go 1.22.1
in blueprint/plugins/golang/gogen/workspacebuilder.go
Your temporary fix was indeed the correct fix to the issue! The fix is now in the main branch!
I started encountering this issue today while compiling
dsb_hotel
:Output of
go version
Output og
go env