go upgrade
All checks were successful
All checks were successful
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.22.1-alpine AS build
|
FROM golang:1.25.1-alpine AS build
|
||||||
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY src /src
|
COPY src /src
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
module asperti.com/dnsproxy
|
module asperti.com/dnsproxy
|
||||||
|
|
||||||
go 1.24.0
|
go 1.25.1
|
||||||
|
|
||||||
require github.com/gin-gonic/gin v1.10.0
|
require github.com/gin-gonic/gin v1.10.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user