···1-FROM golang:1.22-bullseye AS build-env
23WORKDIR /usr/src/social-app
4
···1+FROM golang:1.23-bullseye AS build-env
23WORKDIR /usr/src/social-app
4
+1-1
Dockerfile.embedr
···1-FROM golang:1.22-bullseye AS build-env
23WORKDIR /usr/src/social-app
4
···1+FROM golang:1.23-bullseye AS build-env
23WORKDIR /usr/src/social-app
4
+1-1
bskyweb/README.md
···2425### Golang Daemon
2627-Install golang. We are generally using v1.22+.
2829In this directory (`bskyweb/`):
30
···2425### Golang Daemon
2627+Install golang. We generally develop against the current stable release of the language, as declared in `go.mod`.
2829In this directory (`bskyweb/`):
30