about summary refs log tree commit diff
path: root/bskyweb
diff options
context:
space:
mode:
Diffstat (limited to 'bskyweb')
-rw-r--r--bskyweb/README.md2
-rw-r--r--bskyweb/go.mod4
2 files changed, 3 insertions, 3 deletions
diff --git a/bskyweb/README.md b/bskyweb/README.md
index 4717c45e0..6da8e1d06 100644
--- a/bskyweb/README.md
+++ b/bskyweb/README.md
@@ -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/`):
 
diff --git a/bskyweb/go.mod b/bskyweb/go.mod
index d07bb7f89..90a205d0c 100644
--- a/bskyweb/go.mod
+++ b/bskyweb/go.mod
@@ -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