mirror of
https://code.forgejo.org/actions/setup-go
synced 2025-06-23 10:27:59 +02:00
v1 (#8)
This commit is contained in:
parent
136ed85710
commit
58fca98f91
3 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ Basic:
|
|||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-go@master
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
version: 1.9.3 // The Go version to download (if necessary) and use.
|
||||
- run: go run hello.go
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Setup go
|
||||
uses: actions/setup-go@master
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
version: ${{ matrix.go }}
|
||||
- run: go run hello.go
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue