Update Go version to 1.25.0 in Dockerfile and go.mod
Some checks failed
🚨 Test Code Base / 🔍 🐹 Go Tests (push) Has been cancelled
🚨 Test Code Base / 🧹 Lint (push) Has been cancelled

This commit is contained in:
2025-08-30 22:26:56 -04:00
parent 5ff262d5da
commit e4c248c835
2 changed files with 2 additions and 2 deletions

View File

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

2
go.mod
View File

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