Bump go version

This commit is contained in:
Svilen Markov 2025-04-10 00:34:53 +01:00
parent 03c377dff3
commit cb6b52ff4c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.23.6-alpine3.21 AS builder FROM golang:1.24.2-alpine3.21 AS builder
WORKDIR /app WORKDIR /app
COPY . /app COPY . /app

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/glanceapp/glance module github.com/glanceapp/glance
go 1.23.6 go 1.24.2
require ( require (
github.com/fsnotify/fsnotify v1.9.0 github.com/fsnotify/fsnotify v1.9.0