Skip to content

Commit ce398ea

Browse files
committed
refactor: Go to 1.25
--story=1
1 parent bad193a commit ce398ea

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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
@@ -88,7 +88,7 @@ jobs:
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

go.mod

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

3-
go 1.25.5
3+
go 1.25
44

55
require github.com/spf13/cobra v1.10.2
66

0 commit comments

Comments
 (0)