diff options
author | bnewbold <bnewbold@robocracy.org> | 2025-01-02 15:57:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-02 12:57:03 -0800 |
commit | 59709ad8d8743ae53272b1852b6948ea37eebfed (patch) | |
tree | 033793137c2c26cea79fcd1033288131e456ea16 /bskyweb/README.md | |
parent | 85ad52e3981d00ec487e1bb5fc27819f63c2f8c4 (diff) | |
download | voidsky-59709ad8d8743ae53272b1852b6948ea37eebfed.tar.zst |
bump golang version to v1.23 (#7325)
Diffstat (limited to 'bskyweb/README.md')
-rw-r--r-- | bskyweb/README.md | 2 |
1 files changed, 1 insertions, 1 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/`): |