Skip to content

Commit a9c4dac

Browse files
authored
Update golang version to 1.23.6 (#3926)
1 parent 9f7df56 commit a9c4dac

File tree

18 files changed

+25
-25
lines changed

18 files changed

+25
-25
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Go
3333
uses: actions/setup-go@v5
3434
with:
35-
go-version: "1.22.11"
35+
go-version: "1.23.6"
3636
cache: true
3737
- name: Install node-canvas
3838
run: sudo apt-get update && sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
@@ -63,7 +63,7 @@ jobs:
6363
- name: Install Go
6464
uses: actions/setup-go@v5
6565
with:
66-
go-version: "1.22.11"
66+
go-version: "1.23.6"
6767
cache: true
6868
- name: Install node-canvas
6969
run: sudo apt-get update && sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev

.github/workflows/fuzzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Install Go
1414
uses: actions/setup-go@v5
1515
with:
16-
go-version: 1.22.11
16+
go-version: 1.23.6
1717
- name: Run Fuzz_Merge_Single
1818
run: go test -fuzz=Fuzz_Merge_Single --fuzztime 1h -run '^$' -v ./pkg/pprof/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: git fetch --force --tags
2929
- uses: actions/setup-go@v5
3030
with:
31-
go-version: "1.22.11"
31+
go-version: "1.23.6"
3232
cache: true
3333
- uses: actions/setup-node@v3
3434
with:

.github/workflows/test-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Install Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: 1.22.11
23+
go-version: 1.23.6
2424
- name: Run tests
2525
run: make examples/test

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: 1.22.11
25+
go-version: 1.23.6
2626
- name: Format
2727
run: make fmt check/unstaged-changes
2828
check-generated:
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Go
3434
uses: actions/setup-go@v5
3535
with:
36-
go-version: 1.22.11
36+
go-version: 1.23.6
3737
- name: Check generated files
3838
run: make generate check/unstaged-changes
3939
test:
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install Go
5252
uses: actions/setup-go@v5
5353
with:
54-
go-version: 1.22.11
54+
go-version: 1.23.6
5555
- name: Go Mod
5656
run: make check/go/mod
5757
- name: Test
@@ -64,7 +64,7 @@ jobs:
6464
- name: Install Go
6565
uses: actions/setup-go@v5
6666
with:
67-
go-version: 1.22.11
67+
go-version: 1.23.6
6868
- name: Run linter
6969
run: make lint
7070
- name: Check helm manifests
@@ -113,7 +113,7 @@ jobs:
113113
- name: Set up go
114114
uses: actions/setup-go@v5
115115
with:
116-
go-version: 1.22.11
116+
go-version: 1.23.6
117117
- uses: actions/setup-node@v3
118118
with:
119119
node-version: lts/hydrogen
@@ -134,7 +134,7 @@ jobs:
134134
- name: Set up go
135135
uses: actions/setup-go@v5
136136
with:
137-
go-version: 1.22.11
137+
go-version: 1.23.6
138138
- name: Login to Docker Hub
139139
uses: docker/login-action@v2
140140
with:

.github/workflows/test_ebpf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Go
2828
uses: actions/setup-go@v5
2929
with:
30-
go-version: 1.22.11
30+
go-version: 1.23.6
3131
- name: Test
3232
run: sudo make -C ./ebpf go/test/amd64
3333
test_ebpf_qemu:
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install Go
8383
uses: actions/setup-go@v5
8484
with:
85-
go-version: 1.22.11
85+
go-version: 1.23.6
8686
- name: Install qemu
8787
run: sudo apt-get update && sudo apt-get -y install qemu-system-x86 qemu-system-aarch64
8888
- name: Build tests

.github/workflows/weekly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git tag "$WEEKLY_IMAGE_TAG"
2828
- uses: actions/setup-go@v5
2929
with:
30-
go-version: "1.22.11"
30+
go-version: "1.23.6"
3131
cache: true
3232
# setup docker buildx
3333
- name: Set up QEMU

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
before:
44
hooks:
55
# This hook ensures that goreleaser uses the correct go version for a Pyroscope release
6-
- sh -euc 'go version | grep "go version go1.22.11 " || { echo "Unexpected go version"; exit 1; }'
6+
- sh -euc 'go version | grep "go version go1.23.6 " || { echo "Unexpected go version"; exit 1; }'
77
env:
88
# Strip debug information from the binary by default, weekly builds will have debug information
99
- GORELEASER_DEBUG_INFO_FLAGS={{ if and (index .Env "GORELEASER_STRIP_DEBUG_INFO") (eq .Env.GORELEASER_STRIP_DEBUG_INFO "false") }}{{ else }}-s -w{{ end }}

examples/golang-pgo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.11
1+
FROM golang:1.23.6
22

33
WORKDIR /go/src/app
44
COPY . .

examples/language-sdk-instrumentation/golang-push/rideshare-alloy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.11
1+
FROM golang:1.23.6
22

33
WORKDIR /go/src/app
44
COPY . .

0 commit comments

Comments
 (0)