We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034d0ac commit 427f1aeCopy full SHA for 427f1ae
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v5
17
with:
18
- go-version: "1.21"
+ go-version: "1.22.1"
19
check-latest: true
20
21
- name: Install golangci-lint
go.mod
@@ -1,6 +1,6 @@
1
module github.com/statico/llmscript
2
3
-go 1.24.1
+go 1.22.1
4
5
require gopkg.in/yaml.v3 v3.0.1
6
0 commit comments