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 Aug 1, 2023
1 parent 77eb62f commit cf9e8f3
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-hcloud
runs-on: ubuntu-latest
container:
image: docker.mirror.hashicorp.services/cimg/go:1.18
image: docker.mirror.hashicorp.services/cimg/go:1.19
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-hcloud
runs-on: ubuntu-latest
container:
image: docker.mirror.hashicorp.services/cimg/go:1.18
image: docker.mirror.hashicorp.services/cimg/go:1.19
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-hcloud
runs-on: ubuntu-latest
container:
image: docker.mirror.hashicorp.services/cimg/go:1.18
image: docker.mirror.hashicorp.services/cimg/go:1.19
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-hcloud
runs-on: ubuntu-latest
container:
image: docker.mirror.hashicorp.services/cimg/go:1.18
image: docker.mirror.hashicorp.services/cimg/go:1.19
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-hcloud
runs-on: ubuntu-latest
container:
image: docker.mirror.hashicorp.services/cimg/go:1.18
image: docker.mirror.hashicorp.services/cimg/go:1.19
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-hcloud
runs-on: ubuntu-latest
container:
image: docker.mirror.hashicorp.services/cimg/go:1.18
image: docker.mirror.hashicorp.services/cimg/go:1.19
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-hcloud
runs-on: ubuntu-latest
container:
image: docker.mirror.hashicorp.services/cimg/go:1.18
image: docker.mirror.hashicorp.services/cimg/go:1.19
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: "./.github/actions/build-and-persist-plugin-binary"
Expand Down

0 comments on commit cf9e8f3

Please sign in to comment.