Skip to content

Commit b2bb695

Browse files
committed
fix: Downgrade Go version from 1.25 to 1.24 in go.mod
1 parent d023d20 commit b2bb695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
matrix:
5959
os: [ubuntu-latest, macos-latest, windows-latest]
60-
go-version: ['1.20', '1.21']
60+
go-version: ['1.25']
6161

6262
steps:
6363
- name: Checkout code
@@ -104,7 +104,7 @@ jobs:
104104
- name: Set up Go
105105
uses: actions/setup-go@v4
106106
with:
107-
go-version: '1.21'
107+
go-version: '1.25'
108108

109109
- name: Run golangci-lint
110110
uses: golangci/golangci-lint-action@v3

0 commit comments

Comments
 (0)