Skip to content

Commit

Permalink
chore(deps): update golang version to v1.22.2 (#138)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
renovate[bot] and paologallinaharbur authored Apr 10, 2024
1 parent 94d312c commit 85c823e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.7-bookworm
FROM golang:1.22.2-bookworm

ARG GH_VERSION='1.9.2'

Expand Down
2 changes: 1 addition & 1 deletion build/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ release/clean:
.PHONY : release/deps
release/deps: $(GORELEASER_BIN)
@echo "===> $(INTEGRATION) === [release/deps] install goversioninfo"
@GO111MODULE=off go get github.com/josephspurrier/goversioninfo/cmd/goversioninfo
@go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@233067e5ebdfc62d994b1446a607b40ced91907b

.PHONY : release/build
release/build: release/deps release/clean
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/newrelic/nri-mysql

go 1.21.7
go 1.22.2

require (
github.com/bitly/go-simplejson v0.5.1
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.7-bookworm as builder
FROM golang:1.22.2-bookworm as builder
ARG CGO_ENABLED=0
WORKDIR /go/src/github.com/newrelic/nri-mysql
COPY . .
Expand Down

0 comments on commit 85c823e

Please sign in to comment.