digitalocean / packer-plugin-digitalocean

Packer plugin for DigitalOcean Builder
https://developer.hashicorp.com/packer/integrations/digitalocean/digitalocean
Mozilla Public License 2.0
22 stars 13 forks source link

Use correct go version in release workflow. #106

Closed andrewsomething closed 1 year ago

andrewsomething commented 1 year ago

The release workflow failed. It's not entirely clear to me why, but I do see that it is installing an ancient version of go.

      - name: Set up Go
        uses: actions/setup-go@v2
        with:
          go-version: 1.20

As the version is unquoted, yaml is interpreting it as 1.2

https://github.com/digitalocean/packer-plugin-digitalocean/actions/runs/5956156841/job/16156328541#step:4:13