Skip to content

Commit 39729e5

Browse files
laura-zelenkutorilabs
authored andcommitted
Bump golang to version 1.24
1 parent 2810d25 commit 39729e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder image
2-
FROM golang:1.23.9 AS builder
2+
FROM golang:1.24.3 AS builder
33
WORKDIR /workspace
44

55
ENV GO111MODULE=on

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/torilabs/ipsec-prometheus-exporter
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/etherlabsio/healthcheck/v2 v2.0.0

0 commit comments

Comments
 (0)