This commit is contained in:
2025-03-20 00:03:46 +01:00
parent e552ca2c50
commit e2adf19c31
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS build
FROM golang:1.24-alpine AS build
WORKDIR /app
COPY . .
+1 -1
View File
@@ -1,6 +1,6 @@
module local-ip.sh
go 1.23.0
go 1.24.0
toolchain go1.24.1