Skip to content

Commit 4f02671

Browse files
committed
fix(etc): change go-version from "go1.22.2" to "1.22.2"
I encountered the following error, when I manually installed onex: go: invalid GOTOOLCHAIN "gogo1.22.2" I don't have any idea what to do with 'go1.22.2'. (using download type 'auto') go: invalid GOTOOLCHAIN "gogo1.22.2" To fix this error, I removed "go" from "go1.22.2".
1 parent 309923a commit 4f02671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
go1.22.2
1+
1.22.2

0 commit comments

Comments
 (0)