repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

commit
1b2056a
parent
429214b
author
Eric Bower
date
2024-02-14 21:18:08 +0000 UTC
fix: docs gha
2 files changed,  +2, -2
M .github/workflows/docs.yml
+1, -1
1@@ -16,7 +16,7 @@ jobs:
2           fetch-depth: 0
3       - uses: actions/setup-go@v4
4         with:
5-          go-version: '1.20'
6+          go-version: '1.22'
7       - name: generate site
8         run: |
9           go mod tidy
M docs/go.mod
+1, -1
1@@ -1,6 +1,6 @@
2 module github.com/neurosnap/starfx/docs
3 
4-go 1.22.0
5+go 1.22
6 
7 require github.com/picosh/pdocs v0.0.0-20240205045212-d44525ffbbf5
8