Update Go version to support bodgit/sevenzip v1.6.4
All checks were successful
Automated Container Build / build-and-push (push) Successful in 5m46s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 5m46s
This commit is contained in:
parent
6b7d0de208
commit
dbd3a868ed
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module git.elijahkuntz.com/Elijah/drive
|
||||
|
||||
go 1.23
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/gofiber/fiber/v2 v2.52.6
|
||||
|
|
|
|||
Reference in a new issue