Skip to content

Commit e58fc11

Browse files
committed
Use Go 1.24.0
1 parent 0f7da1e commit e58fc11

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-alpine3.21 AS build
1+
FROM golang:1.24.0-alpine3.21 AS build
22

33
ARG consul_version=1.20.2
44
ADD https://releases.hashicorp.com/consul/${consul_version}/consul_${consul_version}_linux_amd64.zip /usr/local/bin

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/fabiolb/fabio
22

3-
go 1.23.3
3+
go 1.24.0
44

55
require (
66
github.com/armon/go-proxyproto v0.0.0-20180202201750-5b7edb60ff5f

0 commit comments

Comments
 (0)