File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 26
26
uses : actions/setup-go@v5
27
27
with :
28
28
cache : false
29
- go-version : " 1.22"
29
+ # This can't be upgraded until the issue with sys.daemon on Windows is resolved
30
+ # After the issue is resolved, this can be set to 1.22
31
+ go-version : " 1.22.4"
30
32
- name : Run GoReleaser
31
33
uses : goreleaser/goreleaser-action@v4
32
34
with :
Original file line number Diff line number Diff line change 27
27
uses : actions/setup-go@v5
28
28
with :
29
29
cache : false
30
- go-version : " 1.22"
30
+ # This can't be upgraded until the issue with sys.daemon on Windows is resolved
31
+ # After the issue is resolved, this can be set to 1.22
32
+ go-version : " 1.22.4"
31
33
- name : Run GoReleaser
32
34
uses : goreleaser/goreleaser-action@v4
33
35
with :
Original file line number Diff line number Diff line change 1
1
module github.com/gptscript-ai/gptscript
2
2
3
- go 1.22.3
3
+ // This can't be upgraded until the issue with sys.daemon on Windows is resolved
4
+ go 1.22.4
4
5
5
6
require (
6
7
github.com/AlecAivazis/survey/v2 v2.3.7
You can’t perform that action at this time.
0 commit comments