Skip to content

Commit 6233d3a

Browse files
chore(deps): update golang version to v1.22.1
1 parent 58512e9 commit 6233d3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21.3-bookworm
1+
FROM golang:1.22.1-bookworm
22

33
ARG GH_VERSION='1.9.2'
44

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/newrelic/nri-mysql
22

3-
go 1.21
3+
go 1.22.1
44

55
require (
66
github.com/bitly/go-simplejson v0.5.1

tests/integration/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21.3-bookworm as builder
1+
FROM golang:1.22.1-bookworm as builder
22
ARG CGO_ENABLED=0
33
WORKDIR /go/src/github.com/newrelic/nri-mysql
44
COPY . .

0 commit comments

Comments
 (0)