Skip to content

Commit 1f831fc

Browse files
committed
Managed by Terraform: Update config.yml github workflow
1 parent 6963a48 commit 1f831fc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build_plugin_binaries.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-tencentcloud
1616
runs-on: ubuntu-latest
1717
container:
18-
image: docker.mirror.hashicorp.services/cimg/go:1.19
18+
image: docker.mirror.hashicorp.services/cimg/go:1.20
1919
steps:
2020
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
2121
- uses: "./.github/actions/build-and-persist-plugin-binary"
@@ -32,7 +32,7 @@ jobs:
3232
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-tencentcloud
3333
runs-on: ubuntu-latest
3434
container:
35-
image: docker.mirror.hashicorp.services/cimg/go:1.19
35+
image: docker.mirror.hashicorp.services/cimg/go:1.20
3636
steps:
3737
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3838
- uses: "./.github/actions/build-and-persist-plugin-binary"
@@ -53,7 +53,7 @@ jobs:
5353
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-tencentcloud
5454
runs-on: ubuntu-latest
5555
container:
56-
image: docker.mirror.hashicorp.services/cimg/go:1.19
56+
image: docker.mirror.hashicorp.services/cimg/go:1.20
5757
steps:
5858
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
5959
- uses: "./.github/actions/build-and-persist-plugin-binary"
@@ -78,7 +78,7 @@ jobs:
7878
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-tencentcloud
7979
runs-on: ubuntu-latest
8080
container:
81-
image: docker.mirror.hashicorp.services/cimg/go:1.19
81+
image: docker.mirror.hashicorp.services/cimg/go:1.20
8282
steps:
8383
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
8484
- uses: "./.github/actions/build-and-persist-plugin-binary"
@@ -99,7 +99,7 @@ jobs:
9999
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-tencentcloud
100100
runs-on: ubuntu-latest
101101
container:
102-
image: docker.mirror.hashicorp.services/cimg/go:1.19
102+
image: docker.mirror.hashicorp.services/cimg/go:1.20
103103
steps:
104104
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
105105
- uses: "./.github/actions/build-and-persist-plugin-binary"
@@ -120,7 +120,7 @@ jobs:
120120
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-tencentcloud
121121
runs-on: ubuntu-latest
122122
container:
123-
image: docker.mirror.hashicorp.services/cimg/go:1.19
123+
image: docker.mirror.hashicorp.services/cimg/go:1.20
124124
steps:
125125
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
126126
- uses: "./.github/actions/build-and-persist-plugin-binary"
@@ -133,7 +133,7 @@ jobs:
133133
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-tencentcloud
134134
runs-on: ubuntu-latest
135135
container:
136-
image: docker.mirror.hashicorp.services/cimg/go:1.19
136+
image: docker.mirror.hashicorp.services/cimg/go:1.20
137137
steps:
138138
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
139139
- uses: "./.github/actions/build-and-persist-plugin-binary"

0 commit comments

Comments
 (0)