Skip to content

Commit 99a1099

Browse files
chore(deps): update golang version to v1.22.2 (#117)
* 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 <[email protected]>
1 parent 2aa5fb3 commit 99a1099

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.2-bookworm
22

33
ARG GH_VERSION='1.9.2'
44

build/release.mk

+1-1
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

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

3-
go 1.21
3+
go 1.22.2
44

55
require (
66
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8

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.2-bookworm as builder
22
ARG CGO_ENABLED=0
33
WORKDIR /go/src/github.com/newrelic/nri-mongodb
44
COPY . .

0 commit comments

Comments
 (0)