diff options
| -rw-r--r-- | Dockerfile | 2 | ||||
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | session.txt | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -FROM golang:1.24-alpine AS builder +FROM golang:1.21-alpine AS builder WORKDIR /src COPY go.mod go.sum ./ RUN go mod download @@ -1,6 +1,6 @@ module sourcewatch -go 1.24 +go 1.23 require ( github.com/fsnotify/fsnotify v1.10.1 diff --git a/session.txt b/session.txt new file mode 100644 index 0000000..0b0bf78 --- /dev/null +++ b/session.txt @@ -0,0 +1 @@ +opencode -s ses_0c72c7121ffewmCY80m1sWsdFp |
