Skip to content

Commit

Permalink
Versions update
Browse files Browse the repository at this point in the history
- Update engine Golang (1.20.5 -> 1.21.0)
  • Loading branch information
LHozzan authored Aug 23, 2023
1 parent ffe10fe commit de0b83e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 466 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.20.5-alpine AS builder
FROM golang:1.21.0-alpine AS builder
WORKDIR /src/
COPY go.mod go.mod
COPY go.sum go.sum
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/sap-contributions/prometheus-logstash-exporter

go 1.20
go 1.21

require github.com/prometheus/client_golang v1.16.0

Expand Down
Loading

0 comments on commit de0b83e

Please sign in to comment.