Skip to content

Commit de0b83e

Browse files
authored
Versions update
- Update engine Golang (1.20.5 -> 1.21.0)
1 parent ffe10fe commit de0b83e

File tree

3 files changed

+4
-466
lines changed

3 files changed

+4
-466
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.5-alpine AS builder
1+
FROM golang:1.21.0-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.20
3+
go 1.21
44

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

0 commit comments

Comments
 (0)