mirror of
https://github.com/actions/setup-go.git
synced 2024-11-22 13:01:00 -05:00
remove tab
This commit is contained in:
parent
9b4533e484
commit
d8ddd101cc
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ steps:
|
||||||
go-version: '1.17'
|
go-version: '1.17'
|
||||||
cache-dependency-path: |
|
cache-dependency-path: |
|
||||||
go.sum
|
go.sum
|
||||||
/tmp/env
|
/tmp/env
|
||||||
- run: go run hello.go
|
- run: go run hello.go
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue