Skip to content

Commit

Permalink
Managed by Terraform: Update config.yml github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Mar 11, 2024
1 parent 0e68347 commit ceb2b29
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_plugin_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-vagrant
runs-on: ubuntu-latest
container:
image: docker.mirror.hashicorp.services/cimg/go:1.20
image: docker.mirror.hashicorp.services/cimg/go:1.21
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: "./.github/actions/build-and-persist-plugin-binary"
Expand All @@ -32,7 +32,7 @@ jobs:
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-vagrant
runs-on: ubuntu-latest
container:
image: docker.mirror.hashicorp.services/cimg/go:1.20
image: docker.mirror.hashicorp.services/cimg/go:1.21
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: "./.github/actions/build-and-persist-plugin-binary"
Expand All @@ -53,7 +53,7 @@ jobs:
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-vagrant
runs-on: ubuntu-latest
container:
image: docker.mirror.hashicorp.services/cimg/go:1.20
image: docker.mirror.hashicorp.services/cimg/go:1.21
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: "./.github/actions/build-and-persist-plugin-binary"
Expand All @@ -78,7 +78,7 @@ jobs:
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-vagrant
runs-on: ubuntu-latest
container:
image: docker.mirror.hashicorp.services/cimg/go:1.20
image: docker.mirror.hashicorp.services/cimg/go:1.21
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: "./.github/actions/build-and-persist-plugin-binary"
Expand All @@ -99,7 +99,7 @@ jobs:
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-vagrant
runs-on: ubuntu-latest
container:
image: docker.mirror.hashicorp.services/cimg/go:1.20
image: docker.mirror.hashicorp.services/cimg/go:1.21
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: "./.github/actions/build-and-persist-plugin-binary"
Expand All @@ -120,7 +120,7 @@ jobs:
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-vagrant
runs-on: ubuntu-latest
container:
image: docker.mirror.hashicorp.services/cimg/go:1.20
image: docker.mirror.hashicorp.services/cimg/go:1.21
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: "./.github/actions/build-and-persist-plugin-binary"
Expand All @@ -133,7 +133,7 @@ jobs:
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-vagrant
runs-on: ubuntu-latest
container:
image: docker.mirror.hashicorp.services/cimg/go:1.20
image: docker.mirror.hashicorp.services/cimg/go:1.21
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: "./.github/actions/build-and-persist-plugin-binary"
Expand Down

0 comments on commit ceb2b29

Please sign in to comment.