Skip to content

Commit 85c823e

Browse files
chore(deps): update golang version to v1.22.2 (#138)
* chore(deps): update golang version to v1.22.2 * fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Paolo Gallina <paologallina1992@gmail.com>
1 parent 94d312c commit 85c823e

4 files changed

Lines changed: 4 additions & 4 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.21.7-bookworm
1+
FROM golang:1.22.2-bookworm
22

33
ARG GH_VERSION='1.9.2'
44

build/release.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ release/clean:
2121
.PHONY : release/deps
2222
release/deps: $(GORELEASER_BIN)
2323
@echo "===> $(INTEGRATION) === [release/deps] install goversioninfo"
24-
@GO111MODULE=off go get github.com/josephspurrier/goversioninfo/cmd/goversioninfo
24+
@go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@233067e5ebdfc62d994b1446a607b40ced91907b
2525

2626
.PHONY : release/build
2727
release/build: release/deps release/clean

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-mysql
22

3-
go 1.21.7
3+
go 1.22.2
44

55
require (
66
github.com/bitly/go-simplejson v0.5.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.21.7-bookworm as builder
1+
FROM golang:1.22.2-bookworm as builder
22
ARG CGO_ENABLED=0
33
WORKDIR /go/src/github.com/newrelic/nri-mysql
44
COPY . .

0 commit comments

Comments
 (0)