Skip to content

Commit 7fe11da

Browse files
chore(deps): update non-minor dependencies to v1.23.6
1 parent b65df12 commit 7fe11da

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.23.5-alpine AS builder
1+
FROM golang:1.23.6-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.23.5
3+
go 1.23.6
44

55
require (
66
github.com/prometheus/client_golang v1.20.5

0 commit comments

Comments
 (0)