Skip to content

Commit e4aea0b

Browse files
chore(deps): update golang patch version to v1.24.6
1 parent 9c10102 commit e4aea0b

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.5
1+
FROM golang:1.24.6
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.5
3+
go 1.24.6
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.5-bookworm as builder
1+
FROM golang:1.24.6-bookworm as builder
22

33
ARG CGO_ENABLED=0
44

0 commit comments

Comments
 (0)