Go version downgrade (#119)

This commit is contained in:
jefferyjob
2025-11-22 12:08:37 +08:00
committed by GitHub
parent 2475394968
commit 8e48fcc9a5
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: 1.24
go-version: 1.21
- name: GO Env
run: |

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/jefferyjob/go-easy-utils/v3
go 1.24
go 1.21
require github.com/stretchr/testify v1.11.1