Skip to content

Commit 1b0aeb7

Browse files
authored
Bump golang version for Tailscale requirement. (#154)
1 parent 731673d commit 1b0aeb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM golang:1.24.5-alpine3.21 AS build
1+
FROM golang:1.25.1-alpine3.22 AS build
22

33
WORKDIR /go/src/coredns
44

55
RUN apk add git make && \
6-
git clone --depth 1 --branch=v1.11.3 https://github.com/coredns/coredns /go/src/coredns && cd plugin
6+
git clone --depth 1 --branch=v1.12.4 https://github.com/coredns/coredns /go/src/coredns && cd plugin
77

88
COPY . /go/src/coredns/plugin/tailscale
99

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/damomurf/coredns-tailscale
22

3-
go 1.24.5
3+
go 1.25.1
44

55
require (
66
github.com/coredns/caddy v1.1.2-0.20241029205200-8de985351a98

0 commit comments

Comments
 (0)