Skip to content

Commit a7009ef

Browse files
chore(deps): update dependency go to v1.23.3
1 parent f722ed8 commit a7009ef

13 files changed

+13
-13
lines changed

.github/workflows/build-and-test-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
# We limit cache download as a whole to 5 minutes.
1616
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
1717
# renovate: datasource=golang-version depName=go
18-
GO_VERSION: "1.22.9"
18+
GO_VERSION: "1.23.3"
1919

2020
# Do not cancel this workflow on main. See https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/16616
2121
concurrency:

.github/workflows/build-and-test-darwin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
# We limit cache download as a whole to 5 minutes.
1616
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
1717
# renovate: datasource=golang-version depName=go
18-
GO_VERSION: "1.22.9"
18+
GO_VERSION: "1.23.3"
1919

2020
# Do not cancel this workflow on main. See https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/16616
2121
concurrency:

.github/workflows/build-and-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
# We limit cache download as a whole to 5 minutes.
1818
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
1919
# renovate: datasource=golang-version depName=go
20-
GO_VERSION: "1.22.9"
20+
GO_VERSION: "1.23.3"
2121

2222
# Do not cancel this workflow on main
2323
concurrency:

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
# We limit cache download as a whole to 5 minutes.
1313
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
1414
# renovate: datasource=golang-version depName=go
15-
GO_VERSION: "1.22.9"
15+
GO_VERSION: "1.23.3"
1616

1717
# Do not cancel this workflow on main. See https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/16616
1818
concurrency:

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
# We limit cache download as a whole to 5 minutes.
1717
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
1818
# renovate: datasource=golang-version depName=go
19-
GO_VERSION: "1.22.9"
19+
GO_VERSION: "1.23.3"
2020

2121
concurrency:
2222
group: ${{ github.workflow }}-${{ github.head_ref }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- "**/README.md"
88
env:
99
# renovate: datasource=golang-version depName=go
10-
GO_VERSION: "1.22.9"
10+
GO_VERSION: "1.23.3"
1111
jobs:
1212
CodeQL-Build:
1313
runs-on: macos-latest

.github/workflows/e2e-tests-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
# We limit cache download as a whole to 5 minutes.
1919
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
2020
# renovate: datasource=golang-version depName=go
21-
GO_VERSION: "1.22.9"
21+
GO_VERSION: "1.23.3"
2222

2323
jobs:
2424
collector-build:

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
# We limit cache download as a whole to 5 minutes.
1919
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
2020
# renovate: datasource=golang-version depName=go
21-
GO_VERSION: "1.22.9"
21+
GO_VERSION: "1.23.3"
2222
jobs:
2323
collector-build:
2424
runs-on: ubuntu-latest

.github/workflows/load-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
# We limit cache download as a whole to 5 minutes.
1818
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
1919
# renovate: datasource=golang-version depName=go
20-
GO_VERSION: "1.22.9"
20+
GO_VERSION: "1.23.3"
2121

2222
jobs:
2323
setup-environment:

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
description: Current version (beta, like 0.69.1)
1515
env:
1616
# renovate: datasource=golang-version depName=go
17-
GO_VERSION: "1.22.9"
17+
GO_VERSION: "1.23.3"
1818
jobs:
1919
# Releasing opentelemetry-collector-contrib
2020
prepare-release:

0 commit comments

Comments
 (0)