Update go.yml

This commit is contained in:
Chris Lu 2020-10-29 23:15:28 -07:00 committed by GitHub
parent e379fc3658
commit 202964a09b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,8 @@ jobs:
with:
go-version: ^1.15
id: go
- name: create symlink
run: sudo ln -f -s $GOROOT/bin/* /usr/bin/
- name: Check out code into the Go module directory
uses: actions/checkout@v2