Skip to content

Commit 6d8b11c

Browse files
chore(deps): update non-minor dependencies to v1.21.5 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ca0d73 commit 6d8b11c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21.3-alpine AS builder
1+
FROM golang:1.21.5-alpine AS builder
22
WORKDIR /src/
33
COPY go.mod go.mod
44
COPY go.sum go.sum

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sap-contributions/prometheus-logstash-exporter
22

3-
go 1.21.3
3+
go 1.21.5
44

55
require github.com/prometheus/client_golang v1.17.0
66

0 commit comments

Comments
 (0)