build: update go version Limitation to 1.21

This commit is contained in:
houseme
2024-07-17 14:55:41 +08:00
parent 40f87f3415
commit f33e73bf2d
3 changed files with 3 additions and 3 deletions

View File

@ -186,7 +186,7 @@ jobs:
strategy:
matrix:
go-version: [ "1.21", "1.22" ]
goarch: [ "amd64" ]
goarch: ["386", "amd64" ]
steps:
# TODO: szenius/set-timezone update to node16

View File

@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
go-version: [ "1.21", "1.22" ]
goarch: [ "amd64" ]
goarch: [ "386","amd64" ]
steps:
- name: Setup Timezone

View File

@ -56,7 +56,7 @@ go install github.com/gogf/gf/cmd/gf/v2@latest
# Limitation
```
golang version >= 1.18
golang version >= 1.21
```
# Documentation