Skip to content

Commit

Permalink
update go to v1.16 in github workflow
Browse files Browse the repository at this point in the history
build was failing with "package embed is not in GOROOT", see: terraform-docs/terraform-docs#474
  • Loading branch information
djelusic committed Aug 31, 2021
1 parent 42b6db9 commit a3247b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/cli/git/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.16'
- name: Deploy
run: |
wget -q https://mantil-downloads.s3.eu-central-1.amazonaws.com/mantil
Expand Down

0 comments on commit a3247b1

Please sign in to comment.