bump golang version to v1.23 (#7325)

This commit is contained in:
bnewbold
2025-01-02 15:57:03 -05:00
committed by GitHub
parent 85ad52e398
commit 59709ad8d8
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ Then build and copy over the big 'ol `bundle.web.js` file:
### Golang Daemon
Install golang. We are generally using v1.22+.
Install golang. We generally develop against the current stable release of the language, as declared in `go.mod`.
In this directory (`bskyweb/`):
+2 -2
View File
@@ -1,8 +1,8 @@
module github.com/bluesky-social/social-app/bskyweb
go 1.22
go 1.23
toolchain go1.22.4
toolchain go1.23.4
require (
github.com/bluesky-social/indigo v0.0.0-20240624223826-fd66f93ce141