Add og meta tags to starter pack detail (#4585)

* add og meta tags to starter pack detail

* tidy

* bskyweb: add starter pack title to og meta

* bskyweb build

* go version to 1.22

* tidy
This commit is contained in:
devin ivy 2024-06-24 21:06:53 -04:00 committed by GitHub
parent 6cda641250
commit 682f31ec9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 137 additions and 68 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.21-bullseye AS build-env
FROM golang:1.22-bullseye AS build-env
WORKDIR /usr/src/social-app