Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 434d78a commit f9b8a2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
# limitations under the License.

steps:
- name: "golang:1.21"
- name: "golang:1.23"
script: |
GO111MODULE=on go install go.opentelemetry.io/collector/cmd/builder@latest
cp /go/bin/builder /workspace/builder
id: DOWNLOAD_OCB
waitFor: ["-"]

- name: "golang:1.21"
- name: "golang:1.23"
script: |
pwd
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GOOS=linux GOARCH=amd64 /workspace/builder --config=/workspace/otelcol-builder.yaml --name=otelcol-custom-linux
id: BUILD_COLLECTOR_LINUX
waitFor: ["DOWNLOAD_OCB"]

- name: "golang:1.21"
- name: "golang:1.23"
script: |
pwd
CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 /workspace/builder --config=/workspace/otelcol-builder.yaml --name=otelcol-custom-macos
Expand Down

0 comments on commit f9b8a2f

Please sign in to comment.