mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Update go.yml
This commit is contained in:
parent
e379fc3658
commit
202964a09b
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -18,6 +18,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: ^1.15
|
go-version: ^1.15
|
||||||
id: go
|
id: go
|
||||||
|
- name: create symlink
|
||||||
|
run: sudo ln -f -s $GOROOT/bin/* /usr/bin/
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue