We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3653fc commit 2b33387Copy full SHA for 2b33387
3 files changed
build/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22.5-bookworm
+FROM golang:1.22.6-bookworm
2
3
ARG GH_VERSION='1.9.2'
4
go.mod
@@ -1,6 +1,6 @@
module github.com/newrelic/nri-mysql
-go 1.22.5
+go 1.22.6
5
require (
6
github.com/bitly/go-simplejson v0.5.1
tests/integration/Dockerfile
-FROM golang:1.22.5-bookworm as builder
+FROM golang:1.22.6-bookworm as builder
ARG CGO_ENABLED=0
WORKDIR /go/src/github.com/newrelic/nri-mysql
COPY . .
0 commit comments