Select the types of activity you want to include in your feed.
tangled mirror of catsky-🐱 Soothing soft social-app fork with all the niche toggles! (Unofficial); for issues and PRs please put them on github:NekoDrone/catsky-social
···11-FROM golang:1.22-bullseye AS build-env
11+FROM golang:1.23-bullseye AS build-env
2233WORKDIR /usr/src/social-app
44
+1-1
Dockerfile.embedr
···11-FROM golang:1.22-bullseye AS build-env
11+FROM golang:1.23-bullseye AS build-env
2233WORKDIR /usr/src/social-app
44
+1-1
bskyweb/README.md
···24242525### Golang Daemon
26262727-Install golang. We are generally using v1.22+.
2727+Install golang. We generally develop against the current stable release of the language, as declared in `go.mod`.
28282929In this directory (`bskyweb/`):
3030