This commit is contained in:
m5r 2025-03-20 00:01:15 +01:00
parent e552ca2c50
commit e2adf19c31
Signed by: mokhtar
GPG Key ID: 1509B54946D08A95
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
COPY . .

2
go.mod
View File

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