Explorar o código

fix goreleaser

fatedier %!s(int64=3) %!d(string=hai) anos
pai
achega
5f594e9a71
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .github/workflows/goreleaser.yml

+ 4 - 0
.github/workflows/goreleaser.yml

@@ -16,6 +16,10 @@ jobs:
         uses: actions/setup-go@v2
         with:
           go-version: 1.16
+          
+      - run: |
+          # https://github.com/actions/setup-go/issues/107
+          cp -f `which go` /usr/bin/go
 
       - name: Make All
         run: |