Update go.yml
This commit is contained in:
parent
df7f9d1118
commit
0c298df1c2
1 changed files with 2 additions and 1 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
@ -40,7 +40,8 @@ jobs:
|
|||
cache: true
|
||||
# Used to specify the path to a dependency file - go.sum
|
||||
cache-dependency-path: ../../go.sum
|
||||
|
||||
- name: Installing dependencies
|
||||
run: go install github.com/gopherjs/gopherjs@v1.19.0-beta1
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue