Skip to content

Commit 82c95b5

Browse files
dmitryaxjohnleslie
authored andcommitted
[chore] Update go patch version (open-telemetry#40065)
Similar to open-telemetry/opentelemetry-collector#13030
1 parent 4823140 commit 82c95b5

19 files changed

+38
-38
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4949
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
5050
with:
51-
go-version: "~1.23.8"
51+
go-version: 1.23.9
5252
cache: false
5353
- name: Cache Go
5454
id: go-cache

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3636
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
3737
with:
38-
go-version: "~1.23.8"
38+
go-version: 1.23.9
3939
cache: false
4040
- name: Cache Go
4141
id: go-cache
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7878
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
7979
with:
80-
go-version: "~1.23.8"
80+
go-version: 1.23.9
8181
cache: false
8282
- name: Install Tools
8383
if: steps.go-cache.outputs.cache-hit != 'true'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: Install-WindowsFeature -name Web-Server -IncludeManagementTools
6161
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
6262
with:
63-
go-version: "1.23.8"
63+
go-version: 1.23.9
6464
cache: false
6565
- name: Cache Go
6666
id: go-mod-cache

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3030
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
3131
with:
32-
go-version: "1.23.8"
32+
go-version: 1.23.9
3333
cache: false
3434
- name: Cache Go
3535
id: go-cache
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8686
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
8787
with:
88-
go-version: "1.23.8"
88+
go-version: 1.23.9
8989
cache: false
9090
- name: Cache Go
9191
id: go-cache
@@ -154,7 +154,7 @@ jobs:
154154
- name: Setup Go
155155
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
156156
with:
157-
go-version: "1.23.8"
157+
go-version: 1.23.9
158158
cache: false
159159
- name: Cache Go
160160
id: go-cache
@@ -178,7 +178,7 @@ jobs:
178178
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
179179
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
180180
with:
181-
go-version: "1.23.8"
181+
go-version: 1.23.9
182182
cache: false
183183
- name: Cache Go
184184
id: go-cache
@@ -390,7 +390,7 @@ jobs:
390390
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
391391
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
392392
with:
393-
go-version: "1.23.8"
393+
go-version: 1.23.9
394394
cache: false
395395
- name: Cache Go
396396
id: go-cache
@@ -423,7 +423,7 @@ jobs:
423423
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
424424
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
425425
with:
426-
go-version: "1.23.8"
426+
go-version: 1.23.9
427427
cache: false
428428
- name: Cache Go
429429
id: go-cache
@@ -467,7 +467,7 @@ jobs:
467467
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
468468
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
469469
with:
470-
go-version: "1.23.8"
470+
go-version: 1.23.9
471471
cache: false
472472
- name: Cache Go
473473
id: go-cache
@@ -494,7 +494,7 @@ jobs:
494494
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
495495
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
496496
with:
497-
go-version: "1.23.8"
497+
go-version: 1.23.9
498498
cache: false
499499
- name: Cache Go
500500
id: go-cache
@@ -566,7 +566,7 @@ jobs:
566566
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
567567
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
568568
with:
569-
go-version: "1.23.8"
569+
go-version: 1.23.9
570570
cache: false
571571
- name: Cache Go
572572
id: go-cache
@@ -616,7 +616,7 @@ jobs:
616616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
617617
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
618618
with:
619-
go-version: "1.23.8"
619+
go-version: 1.23.9
620620
cache: false
621621
- name: Mkdir bin and dist
622622
run: |
@@ -760,7 +760,7 @@ jobs:
760760
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
761761
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
762762
with:
763-
go-version: "1.23.7"
763+
go-version: 1.23.9
764764
cache: false
765765
- name: Cache Go
766766
id: go-cache

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0
3636
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
3737
with:
38-
go-version: "1.23.8"
38+
go-version: 1.23.9
3939
cache: false
4040
- name: Cache Go
4141
id: go-cache

.github/workflows/check-codeowners.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
3434
with:
35-
go-version: "1.23.8"
35+
go-version: 1.23.9
3636
cache: false
3737

3838
- name: Cache Go Tools

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2727
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2828
with:
29-
go-version: "1.23.8"
29+
go-version: 1.23.9
3030
cache: false
3131

3232
# Initializes the CodeQL tools for scanning.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
4646
with:
47-
go-version: "1.23.8"
47+
go-version: 1.23.9
4848
cache: false
4949
- name: Cache Go
5050
id: go-mod-cache
@@ -80,7 +80,7 @@ jobs:
8080
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8181
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
8282
with:
83-
go-version: "1.23.8"
83+
go-version: 1.23.9
8484
cache: false
8585
- name: Cache Go
8686
id: go-mod-cache
@@ -118,7 +118,7 @@ jobs:
118118
- name: Setup Go
119119
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
120120
with:
121-
go-version: "~1.23.8"
121+
go-version: 1.23.9
122122
cache: false
123123
- name: Cache Go
124124
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2727
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2828
with:
29-
go-version: "1.23.8"
29+
go-version: 1.23.9
3030
cache: false
3131
- name: Cache Go
3232
id: go-cache
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5858
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
5959
with:
60-
go-version: "1.23.8"
60+
go-version: 1.23.9
6161
cache: false
6262
- name: Cache Go
6363
id: go-cache
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9090
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
9191
with:
92-
go-version: "1.23.8"
92+
go-version: 1.23.9
9393
cache: false
9494
- name: Cache Go
9595
id: go-cache
@@ -137,7 +137,7 @@ jobs:
137137
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
138138
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
139139
with:
140-
go-version: "1.23.8"
140+
go-version: 1.23.9
141141
cache: false
142142
- name: Cache Go
143143
id: go-cache

.github/workflows/load-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3232
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
3333
with:
34-
go-version: "1.23.8"
34+
go-version: 1.23.9
3535
cache: false
3636
- name: Cache Go
3737
id: go-cache
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7171
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
7272
with:
73-
go-version: "1.23.8"
73+
go-version: 1.23.9
7474
cache: false
7575
- name: Cache Go
7676
id: go-cache

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path: opentelemetry-collector-contrib
2727
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2828
with:
29-
go-version: "1.23.8"
29+
go-version: 1.23.9
3030
cache: false
3131
- name: Prepare release for contrib
3232
working-directory: opentelemetry-collector-contrib

.github/workflows/prometheus-compliance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
path: opentelemetry-collector-contrib
3232
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
3333
with:
34-
go-version: "1.23.8"
34+
go-version: 1.23.9
3535
cache: false
3636
- name: Cache Go
3737
id: go-cache

.github/workflows/scoped-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7070
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
7171
with:
72-
go-version: "1.23.8"
72+
go-version: 1.23.9
7373
cache: false
7474

7575
- name: Try to restore go-cache

.github/workflows/telemetrygen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
3232
with:
33-
go-version: "1.23.8"
33+
go-version: 1.23.9
3434
cache: false
3535
- name: Cache Go
3636
id: go-cache
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7070
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
7171
with:
72-
go-version: "1.23.8"
72+
go-version: 1.23.9
7373
cache: false
7474
- name: Cache Go
7575
id: go-cache
@@ -114,7 +114,7 @@ jobs:
114114
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
115115
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
116116
with:
117-
go-version: "1.23.8"
117+
go-version: 1.23.9
118118
cache: false
119119
- name: Cache Go
120120
id: go-cache

.github/workflows/tidy-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ github.head_ref }}
2222
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2323
with:
24-
go-version: "1.23.8"
24+
go-version: 1.23.9
2525
cache: false
2626
- name: Cache Go
2727
id: go-cache

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ tidylist: $(CROSSLINK)
159159
gotidy:
160160
@for mod in $$(cat internal/tidylist/tidylist.txt); do \
161161
echo "Tidying $$mod"; \
162-
(cd $$mod && rm -rf go.sum && $(GOCMD) mod tidy -compat=1.22.0) || exit $?; \
162+
(cd $$mod && rm -rf go.sum && $(GOCMD) mod tidy -compat=1.22.0 && $(GOCMD) get toolchain@none) || exit $?; \
163163
done
164164

165165
.PHONY: remove-toolchain

cmd/golden/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/open-telemetry/opentelemetry-collector-contrib/cmd/golden
22

3-
go 1.23.7
3+
go 1.23.0
44

55
require (
66
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.126.0

exporter/logzioexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/logzioexporter
22

3-
go 1.23.7
3+
go 1.23.0
44

55
require (
66
github.com/gogo/protobuf v1.3.2

receiver/jaegerreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver
22

3-
go 1.23.7
3+
go 1.23.0
44

55
require (
66
github.com/apache/thrift v0.21.0

0 commit comments

Comments
 (0)