mirror of
https://github.com/actions/setup-go.git
synced 2025-07-17 12:35:14 -06:00
Merge branch 'master' into latest-release
This commit is contained in:
commit
b148f5000d
50 changed files with 2566 additions and 2419 deletions
|
@ -19,7 +19,7 @@ steps:
|
|||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: '1.9.3' // The Go version to download (if necessary) and use.
|
||||
go-version: '1.9.3' # The Go version to download (if necessary) and use.
|
||||
- run: go run hello.go
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue