Skip to content

Commit a576712

Browse files
Update golang patch version to v1.26.5
1 parent a83baa7 commit a576712

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

33
ARG CGO_ENABLED=0
44

0 commit comments

Comments
 (0)