mirror of https://github.com/actions/setup-go.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
196 B
Modula-2
14 lines
196 B
Modula-2
1 year ago
|
module example-mod
|
||
|
|
||
|
go 1.21.0
|
||
|
|
||
|
toolchain go1.21.0
|
||
|
toolchain go1.21.1
|
||
|
|
||
|
require golang.org/x/tools v0.13.0
|
||
|
|
||
|
require (
|
||
|
golang.org/x/mod v0.12.0 // indirect
|
||
|
golang.org/x/sys v0.12.0 // indirect
|
||
|
)
|