update-golang #2

Merged
rrise merged 3 commits from update-golang into master 2025-08-31 02:34:25 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e4c248c835 - Show all commits

View File

@@ -1,4 +1,4 @@
FROM siteworxpro/golang:1.24.6 AS build FROM siteworxpro/golang:1.25.0 AS build
WORKDIR /app WORKDIR /app

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/siteworxpro/top-wallpaper module github.com/siteworxpro/top-wallpaper
go 1.24.6 go 1.25.0
require ( require (
github.com/labstack/echo/v4 v4.13.4 github.com/labstack/echo/v4 v4.13.4