Update Go version to support bodgit/sevenzip v1.6.4
All checks were successful
Automated Container Build / build-and-push (push) Successful in 5m46s

This commit is contained in:
Elijah 2026-06-01 09:03:41 -07:00
parent 6b7d0de208
commit dbd3a868ed
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Build stage # Build stage
FROM golang:1.23-alpine AS builder FROM golang:alpine AS builder
RUN apk add --no-cache gcc musl-dev sqlite-dev git RUN apk add --no-cache gcc musl-dev sqlite-dev git

View file

@ -1,6 +1,6 @@
module git.elijahkuntz.com/Elijah/drive module git.elijahkuntz.com/Elijah/drive
go 1.23 go 1.25.0
require ( require (
github.com/gofiber/fiber/v2 v2.52.6 github.com/gofiber/fiber/v2 v2.52.6