- commit
- 1b2056a
- parent
- 429214b
- author
- Eric Bower
- date
- 2024-02-14 21:18:08 +0000 UTC
fix: docs gha
2 files changed,
+2,
-2
+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
+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