Skip to content

Commit a56bd98

Browse files
authored
feat: update Go to 1.25.5 (#888)
1 parent 340315b commit a56bd98

File tree

3 files changed

+93
-93
lines changed

3 files changed

+93
-93
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# -> Why static linking? We want to ensure we can switch base-image with little to no effort.
44
# 2. It builds a running environment. This is the environment that exists for the Go binary, and should have all necessary pieces to run the application.
55

6-
FROM golang:1.25.3-alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34 AS app
6+
FROM golang:1.25.5-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9 AS app
77

88
RUN apk add --no-cache git
99

go.mod

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/grafana/grafana-image-renderer
22

3-
go 1.25.3
3+
go 1.25.5
44

55
require (
66
github.com/Masterminds/semver/v3 v3.4.0
@@ -9,26 +9,26 @@ require (
99
github.com/docker/docker v28.3.3+incompatible
1010
github.com/docker/go-connections v0.6.0
1111
github.com/gen2brain/go-fitz v1.24.15
12-
github.com/go-jose/go-jose/v4 v4.1.2
12+
github.com/go-jose/go-jose/v4 v4.1.3
1313
github.com/grafana/chromedp v0.1.0
1414
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
1515
github.com/prometheus/client_golang v1.23.2
16-
github.com/shirou/gopsutil/v4 v4.25.9
16+
github.com/shirou/gopsutil/v4 v4.25.11
1717
github.com/stretchr/testify v1.11.1
1818
github.com/testcontainers/testcontainers-go v0.38.0
1919
github.com/unidoc/unipdf/v4 v4.2.0
2020
github.com/urfave/cli-altsrc/v3 v3.1.0
21-
github.com/urfave/cli/v3 v3.5.0
22-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0
23-
go.opentelemetry.io/otel v1.38.0
24-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0
25-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0
26-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0
27-
go.opentelemetry.io/otel/sdk v1.38.0
28-
go.opentelemetry.io/otel/trace v1.38.0
21+
github.com/urfave/cli/v3 v3.6.1
22+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0
23+
go.opentelemetry.io/otel v1.39.0
24+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0
25+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.39.0
26+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.39.0
27+
go.opentelemetry.io/otel/sdk v1.39.0
28+
go.opentelemetry.io/otel/trace v1.39.0
2929
go.uber.org/automaxprocs v1.6.0
30-
golang.org/x/sync v0.18.0
31-
google.golang.org/grpc v1.76.0
30+
golang.org/x/sync v0.19.0
31+
google.golang.org/grpc v1.77.0
3232
kernel.org/pub/linux/libs/security/libcap/cap v1.2.77
3333
)
3434

@@ -48,7 +48,7 @@ require (
4848
github.com/cpuguy83/dockercfg v0.3.2 // indirect
4949
github.com/distribution/reference v0.6.0 // indirect
5050
github.com/docker/go-units v0.5.0 // indirect
51-
github.com/ebitengine/purego v0.9.0 // indirect
51+
github.com/ebitengine/purego v0.9.1 // indirect
5252
github.com/felixge/httpsnoop v1.0.4 // indirect
5353
github.com/go-json-experiment/json v0.0.0-20251027170946-4849db3c2f7e // indirect
5454
github.com/go-logr/logr v1.4.3 // indirect
@@ -79,28 +79,28 @@ require (
7979
github.com/pmezard/go-difflib v1.0.0 // indirect
8080
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
8181
github.com/prometheus/client_model v0.6.2 // indirect
82-
github.com/prometheus/common v0.67.2 // indirect
83-
github.com/prometheus/procfs v0.19.1 // indirect
82+
github.com/prometheus/common v0.67.4 // indirect
83+
github.com/prometheus/procfs v0.19.2 // indirect
8484
github.com/sirupsen/logrus v1.9.3 // indirect
85-
github.com/tklauser/go-sysconf v0.3.15 // indirect
86-
github.com/tklauser/numcpus v0.10.0 // indirect
85+
github.com/tklauser/go-sysconf v0.3.16 // indirect
86+
github.com/tklauser/numcpus v0.11.0 // indirect
8787
github.com/yusufpapurcu/wmi v1.2.4 // indirect
8888
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
89-
go.opentelemetry.io/otel/metric v1.38.0 // indirect
90-
go.opentelemetry.io/proto/otlp v1.8.0 // indirect
89+
go.opentelemetry.io/otel/metric v1.39.0 // indirect
90+
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
9191
go.yaml.in/yaml/v2 v2.4.3 // indirect
92-
golang.org/x/crypto v0.45.0 // indirect
92+
golang.org/x/crypto v0.46.0 // indirect
9393
golang.org/x/image v0.31.0 // indirect
94-
golang.org/x/mod v0.29.0 // indirect
95-
golang.org/x/net v0.47.0 // indirect
96-
golang.org/x/sys v0.38.0 // indirect
97-
golang.org/x/telemetry v0.0.0-20251028164327-d7a2859f34e8 // indirect
98-
golang.org/x/text v0.31.0 // indirect
99-
golang.org/x/tools v0.38.0 // indirect
94+
golang.org/x/mod v0.30.0 // indirect
95+
golang.org/x/net v0.48.0 // indirect
96+
golang.org/x/sys v0.39.0 // indirect
97+
golang.org/x/telemetry v0.0.0-20251111182119-bc8e575c7b54 // indirect
98+
golang.org/x/text v0.32.0 // indirect
99+
golang.org/x/tools v0.39.0 // indirect
100100
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
101-
google.golang.org/genproto/googleapis/api v0.0.0-20251029180050-ab9386a59fda // indirect
102-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
103-
google.golang.org/protobuf v1.36.10 // indirect
101+
google.golang.org/genproto/googleapis/api v0.0.0-20251213004720-97cd9d5aeac2 // indirect
102+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251213004720-97cd9d5aeac2 // indirect
103+
google.golang.org/protobuf v1.36.11 // indirect
104104
gopkg.in/yaml.v3 v3.0.1 // indirect
105105
kernel.org/pub/linux/libs/security/libcap/psx v1.2.77 // indirect
106106
)

0 commit comments

Comments
 (0)