Skip to content

Commit 38a40a9

Browse files
authored
chore: update golang version to 1.24.8 (#4483)
1 parent 6a4ebf3 commit 38a40a9

File tree

26 files changed

+32
-32
lines changed

26 files changed

+32
-32
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Go
2828
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2929
with:
30-
go-version: 1.24.6
30+
go-version: 1.24.8
3131
- name: Format
3232
run: make fmt check/unstaged-changes
3333
check-generated:
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Go
4141
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4242
with:
43-
go-version: 1.24.6
43+
go-version: 1.24.8
4444
- name: Check generated files
4545
run: make generate check/unstaged-changes
4646
test:
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install Go
5858
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
5959
with:
60-
go-version: 1.24.6
60+
go-version: 1.24.8
6161
- name: Go Mod
6262
run: make check/go/mod
6363
- name: Test
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install Go
7373
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
7474
with:
75-
go-version: 1.24.6
75+
go-version: 1.24.8
7676
- name: Run linter
7777
run: make lint
7878
- name: Check helm manifests
@@ -103,7 +103,7 @@ jobs:
103103
- name: Set up go
104104
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
105105
with:
106-
go-version: 1.24.6
106+
go-version: 1.24.8
107107
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v3
108108
with:
109109
node-version: 20
@@ -133,7 +133,7 @@ jobs:
133133
- name: Set up go
134134
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
135135
with:
136-
go-version: 1.24.6
136+
go-version: 1.24.8
137137
# login to docker hub
138138
- id: get-secrets
139139
uses: grafana/shared-workflows/actions/get-vault-secrets@28361cdb22223e5f1e34358c86c20908e7248760

.github/workflows/fuzzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: Install Go
1717
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
1818
with:
19-
go-version: 1.24.6
19+
go-version: 1.24.8
2020
- name: Run Fuzz_Merge_Single
2121
run: go test -fuzz=Fuzz_Merge_Single --fuzztime 1h -run '^$' -v ./pkg/pprof/

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
- run: git fetch --force --tags
3131
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
3232
with:
33-
go-version: "1.24.6"
33+
go-version: "1.24.8"
3434
cache: false
3535
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3636
with:
3737
node-version: 20
38-
package-manager-cache: false
38+
package-manager-cache: false
3939
# setup docker buildx
4040
- name: Set up QEMU
4141
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0

.github/workflows/test-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Install Go
2323
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2424
with:
25-
go-version: 1.24.6
25+
go-version: 1.24.8
2626
- name: Run tests
2727
run: make examples/test

.github/workflows/weekly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git tag "$WEEKLY_IMAGE_TAG"
3434
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v5
3535
with:
36-
go-version: "1.24.6"
36+
go-version: "1.24.8"
3737
cache: false
3838
# setup docker buildx
3939
- 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.24.6 " || { echo "Unexpected go version"; exit 1; }'
6+
- sh -euc 'go version | grep "go version go1.24.8 " || { 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 }}

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/grafana/pyroscope/api
22

33
go 1.24.0
44

5-
toolchain go1.24.6
5+
toolchain go1.24.8
66

77
require (
88
connectrpc.com/connect v1.18.1

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.24.6
1+
FROM golang:1.24.8
22

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

examples/golang-pgo/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module rideshare
22

33
go 1.24.0
44

5-
toolchain go1.24.6
5+
toolchain go1.24.8
66

77
require (
88
github.com/agoda-com/opentelemetry-logs-go v0.5.1

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.24.6
1+
FROM golang:1.24.8
22

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

0 commit comments

Comments
 (0)