Skip to content

Commit 245a169

Browse files
chore(deps): update golang version to v1.25.0
1 parent 36aa77d commit 245a169

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build/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.25.0
22

33
ARG GH_VERSION='2.23.0'
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/newrelic/nri-cassandra
22

3-
go 1.24.6
3+
go 1.25.0
44

55
require (
66
github.com/newrelic/infra-integrations-sdk/v3 v3.9.1

tests/integration/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-bookworm as builder
1+
FROM golang:1.25.0-bookworm as builder
22

33
ARG CGO_ENABLED=0
44

0 commit comments

Comments
 (0)