Bluesky app fork with some witchin' additions 💫

bump golang version to v1.23 (#7325)

authored by bnewbold.net and committed by GitHub 59709ad8 85ad52e3

Changed files
+7 -7
.github
bskyweb
+2 -2
.github/workflows/golang-test-lint.yml
··· 19 19 - name: Set up Go tooling 20 20 uses: actions/setup-go@v3 21 21 with: 22 - go-version: '1.22' 22 + go-version: '1.23' 23 23 - name: Dummy Static Files 24 24 run: touch bskyweb/static/js/blah.js && touch bskyweb/static/css/blah.txt && touch bskyweb/static/media/blah.txt 25 25 - name: Check ··· 36 36 - name: Set up Go tooling 37 37 uses: actions/setup-go@v3 38 38 with: 39 - go-version: '1.22' 39 + go-version: '1.23' 40 40 - name: Dummy Static Files 41 41 run: touch bskyweb/static/js/blah.js && touch bskyweb/static/css/blah.txt && touch bskyweb/static/media/blah.txt 42 42 - name: Lint
+1 -1
Dockerfile
··· 1 - FROM golang:1.22-bullseye AS build-env 1 + FROM golang:1.23-bullseye AS build-env 2 2 3 3 WORKDIR /usr/src/social-app 4 4
+1 -1
Dockerfile.embedr
··· 1 - FROM golang:1.22-bullseye AS build-env 1 + FROM golang:1.23-bullseye AS build-env 2 2 3 3 WORKDIR /usr/src/social-app 4 4
+1 -1
bskyweb/README.md
··· 24 24 25 25 ### Golang Daemon 26 26 27 - Install golang. We are generally using v1.22+. 27 + Install golang. We generally develop against the current stable release of the language, as declared in `go.mod`. 28 28 29 29 In this directory (`bskyweb/`): 30 30
+2 -2
bskyweb/go.mod
··· 1 1 module github.com/bluesky-social/social-app/bskyweb 2 2 3 - go 1.22 3 + go 1.23 4 4 5 - toolchain go1.22.4 5 + toolchain go1.23.4 6 6 7 7 require ( 8 8 github.com/bluesky-social/indigo v0.0.0-20240624223826-fd66f93ce141