Skip to content

Commit

Permalink
Fix encore-go release
Browse files Browse the repository at this point in the history
  • Loading branch information
eandre committed Mar 11, 2021
1 parent 0ea0233 commit 0fbe3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "::set-output name=go-mod::$(go env GOMODCACHE)"
- name: Install encore-go
run: curl -o encore-go.tar.gz https://d2f391esomvqpi.cloudfront.net/encore-go-0.9.4-linux_amd64.tar.gz && tar -C . -xzf ./encore-go.tar.gz
run: curl -o encore-go.tar.gz https://d2f391esomvqpi.cloudfront.net/encore-go-0.9.5-linux_amd64.tar.gz && tar -C . -xzf ./encore-go.tar.gz

- name: Go Build Cache
uses: actions/cache@v2
Expand Down

0 comments on commit 0fbe3ec

Please sign in to comment.