Skip to content

Commit

Permalink
chore(deps): update golang version to v1.22.2 (#271)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [go](https://go.dev/) ([source](https://togithub.com/golang/go)) |
golang | minor | `1.21.7` -> `1.22.2` |
| golang | stage | minor | `1.21.7` -> `1.22.2` |
| golang | final | minor | `1.21.7-bookworm` -> `1.22.2-bookworm` |

---

### Release Notes

<details>
<summary>golang/go (go)</summary>

###
[`v1.22.2`](https://togithub.com/golang/go/compare/go1.22.1...go1.22.2)

###
[`v1.22.1`](https://togithub.com/golang/go/compare/go1.22.0...go1.22.1)

###
[`v1.22.0`](https://togithub.com/golang/go/compare/go1.21.7...go1.22rc1)

###
[`v1.21.9`](https://togithub.com/golang/go/compare/go1.21.8...go1.21.9)

###
[`v1.21.8`](https://togithub.com/golang/go/compare/go1.21.7...go1.21.8)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/newrelic/nri-kafka).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuMjY5LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

---------

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 decc406 commit afb8ab8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.7 as builder-kafka
FROM golang:1.22.2 as builder-kafka
COPY . /go/src/github.com/newrelic/nri-kafka/
RUN cd /go/src/github.com/newrelic/nri-kafka && \
make && \
Expand Down
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.6.0'

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-kafka

go 1.21.7
go 1.22.2

require (
github.com/IBM/sarama v1.41.3
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 as builder
FROM golang:1.22.2 as builder
ARG CGO_ENABLED=0
ARG NRJMX_VERSION
WORKDIR /go/src/github.com/newrelic/nri-kafka
Expand Down

0 comments on commit afb8ab8

Please sign in to comment.