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 May 7, 2024
1 parent 3ee7393 commit 0ebc704
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 @@ -17,7 +17,7 @@ jobs:
container:
image: docker.mirror.hashicorp.services/cimg/go:1.21
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: "./.github/actions/build-and-persist-plugin-binary"
with:
GOOS: darwin
Expand All @@ -34,7 +34,7 @@ jobs:
container:
image: docker.mirror.hashicorp.services/cimg/go:1.21
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: "./.github/actions/build-and-persist-plugin-binary"
with:
GOOS: freebsd
Expand All @@ -55,7 +55,7 @@ jobs:
container:
image: docker.mirror.hashicorp.services/cimg/go:1.21
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: "./.github/actions/build-and-persist-plugin-binary"
with:
GOOS: linux
Expand All @@ -80,7 +80,7 @@ jobs:
container:
image: docker.mirror.hashicorp.services/cimg/go:1.21
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: "./.github/actions/build-and-persist-plugin-binary"
with:
GOOS: netbsd
Expand All @@ -101,7 +101,7 @@ jobs:
container:
image: docker.mirror.hashicorp.services/cimg/go:1.21
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: "./.github/actions/build-and-persist-plugin-binary"
with:
GOOS: openbsd
Expand All @@ -122,7 +122,7 @@ jobs:
container:
image: docker.mirror.hashicorp.services/cimg/go:1.21
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: "./.github/actions/build-and-persist-plugin-binary"
with:
GOOS: solaris
Expand All @@ -135,7 +135,7 @@ jobs:
container:
image: docker.mirror.hashicorp.services/cimg/go:1.21
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: "./.github/actions/build-and-persist-plugin-binary"
with:
GOOS: windows
Expand Down

0 comments on commit 0ebc704

Please sign in to comment.