diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6c3b4f9..46c741d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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