File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414 strategy :
1515 matrix :
16- go-version : ['1.21 ', '1.22 ']
16+ go-version : ['1.24 ', '1.25 ']
1717
1818 steps :
1919 - name : Checkout code
@@ -67,11 +67,11 @@ jobs:
6767 fail_ci_if_error : false
6868
6969 - name : Generate coverage report
70- if : matrix.go-version == '1.22 '
70+ if : matrix.go-version == '1.25 '
7171 run : go tool cover -html=coverage.out -o coverage.html
7272
7373 - name : Upload coverage report
74- if : matrix.go-version == '1.22 '
74+ if : matrix.go-version == '1.25 '
7575 uses : actions/upload-artifact@v4
7676 with :
7777 name : coverage-report
8888 - name : Set up Go
8989 uses : actions/setup-go@v5
9090 with :
91- go-version : ' 1.22 '
91+ go-version : ' 1.25 '
9292
9393 - name : Run golangci-lint
9494 uses : golangci/golangci-lint-action@v4
@@ -103,7 +103,7 @@ jobs:
103103 strategy :
104104 matrix :
105105 os : [ubuntu-latest, macos-latest, windows-latest]
106- go-version : ['1.22 ']
106+ go-version : ['1.25 ']
107107
108108 steps :
109109 - name : Checkout code
Original file line number Diff line number Diff line change 11module github.com/studyzy/aicli
22
3- go 1.25.5
3+ go 1.25
44
55require github.com/spf13/cobra v1.10.2
66
You can’t perform that action at this time.
0 commit comments