Skip to content

Commit 427f1ae

Browse files
committed
build: Update Go version in go.mod and CI workflow to 1.22.1 for consistency and compatibility
1 parent 034d0ac commit 427f1ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: "1.21"
18+
go-version: "1.22.1"
1919
check-latest: true
2020

2121
- name: Install golangci-lint

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/statico/llmscript
22

3-
go 1.24.1
3+
go 1.22.1
44

55
require gopkg.in/yaml.v3 v3.0.1
66

0 commit comments

Comments
 (0)