Browse Source

Update go.yml

pull/1584/head
Chris Lu 4 years ago
committed by GitHub
parent
commit
202964a09b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/go.yml

2
.github/workflows/go.yml

@ -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

Loading…
Cancel
Save