Update Dockerfile to use a modern go

This commit is contained in:
phlux 2025-05-09 03:30:47 +00:00
parent b924ddb33c
commit 85ff0e770e
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Dockerfile for Matrix Sports Bot
# Dockerfile for Matrix Scores Bot
# --- Build Stage ---
FROM golang:1.20-alpine AS builder
FROM golang:1.24-alpine AS builder
# Install git for module downloads
RUN apk add --no-cache git

2
go.mod
View File

@ -1,6 +1,6 @@
module matrix-scores-bot
go 1.24.2
go 1.24
require maunium.net/go/mautrix v0.23.3