From 144ae7245a6e7b079448347144b78d3227b71621 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:20:14 +0200 Subject: [PATCH] chore(deps): update non-minor dependencies to v1.22.2 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c6e0204..e0cd104 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.1-alpine AS builder +FROM golang:1.22.2-alpine AS builder WORKDIR /src/ COPY go.mod go.mod COPY go.sum go.sum diff --git a/go.mod b/go.mod index 3309699..e48ee3a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sap-contributions/prometheus-logstash-exporter -go 1.22.1 +go 1.22.2 require github.com/prometheus/client_golang v1.19.0