We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1ce28 commit 3248209Copy full SHA for 3248209
.github/workflows/ci.yml
@@ -40,7 +40,8 @@ jobs:
40
- name: Run CI
41
# https://github.com/actions/setup-go/issues/107#issuecomment-854071850
42
run: |
43
- [ `which go` = /usr/bin/go ] || cp -f `which go` /usr/bin/go
+ # same file - seems symlinked
44
+ # [ `which go` = /usr/bin/go ] || cp -f `which go` /usr/bin/go
45
# export PATH=${GOROOT}/bin:$PATH
46
go version
47
make ci
0 commit comments