mirror of
https://gitea.com/actions/go-versions.git
synced 2025-12-11 02:08:33 +00:00
Implement builders to build Go from source code
This commit is contained in:
7
tests/source/simple/simple.go
Normal file
7
tests/source/simple/simple.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, world.")
|
||||
}
|
||||
Reference in New Issue
Block a user