Compare commits

..

No commits in common. "master" and "gldnsmerge" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.21 as builder FROM golang:1.20 as builder
WORKDIR /go/src/app WORKDIR /go/src/app
COPY . . COPY . .
RUN apt update && apt upgrade -y RUN apt update && apt upgrade -y

2
go.mod
View File

@ -1,6 +1,6 @@
module git.saintnet.tech/stryan/tildewatch module git.saintnet.tech/stryan/tildewatch
go 1.21 go 1.20
require ( require (
github.com/charmbracelet/log v0.4.0 github.com/charmbracelet/log v0.4.0