We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2810d25 commit 39729e5Copy full SHA for 39729e5
Dockerfile
@@ -1,5 +1,5 @@
1
# Builder image
2
-FROM golang:1.23.9 AS builder
+FROM golang:1.24.3 AS builder
3
WORKDIR /workspace
4
5
ENV GO111MODULE=on
go.mod
@@ -1,6 +1,6 @@
module github.com/torilabs/ipsec-prometheus-exporter
-go 1.23
+go 1.24
require (
6
github.com/etherlabsio/healthcheck/v2 v2.0.0
0 commit comments