This commit is contained in:
m5r
2026-01-17 23:57:49 +01:00
parent 8f419eaa98
commit 2c34850415
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS build FROM golang:1.25-alpine AS build
WORKDIR /app WORKDIR /app
COPY . . COPY . .

4
go.mod
View File

@@ -1,8 +1,6 @@
module local-ip.sh module local-ip.sh
go 1.24.0 go 1.25.0
toolchain go1.24.1
require ( require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2