This commit is contained in:
m5r
2025-03-20 00:01:15 +01:00
parent e552ca2c50
commit e2adf19c31
2 changed files with 2 additions and 2 deletions

View File

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

2
go.mod
View File

@ -1,6 +1,6 @@
module local-ip.sh module local-ip.sh
go 1.23.0 go 1.24.0
toolchain go1.24.1 toolchain go1.24.1