Merge pull request #948 from go-admin-team/chore/go-1.27

Build with Go 1.27
This commit is contained in:
wenjianzhang
2026-09-23 20:26:02 +08:00
committed by GitHub
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: 1.26.5
go-version: 1.27.1
- name: Tidy
run: go mod tidy
+2 -2
View File
@@ -107,10 +107,10 @@ jobs:
steps:
- name: Set up Go 1.26
- name: Set up Go 1.27
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: 1.26.5
go-version: 1.27.1
id: go
- name: Check out code into the Go module directory
+1 -1
View File
@@ -106,7 +106,7 @@ antd 体验(go-admin-pro):[https://antd.go-admin.pro](https://antd.go-admi
### 环境要求
go 1.26.5
go 1.27.1
node版本: v22+(推荐 v24 LTS
+1 -1
View File
@@ -106,7 +106,7 @@ antd デモ(go-admin-pro):[https://antd.go-admin.pro](https://antd.go-admi
### 動作要件
go 1.26.5
go 1.27.1
node バージョン: v22 以上(v24 LTS 推奨)
+1 -1
View File
@@ -104,7 +104,7 @@ At the same time, a series of tutorials including videos and documents are provi
### Environmental requirements
go 1.26.5
go 1.27.1
nodejs: v22+ (v24 LTS recommended)
+1 -1
View File
@@ -106,7 +106,7 @@ antd 體驗(go-admin-pro):[https://antd.go-admin.pro](https://antd.go-admi
### 環境需求
go 1.26.5
go 1.27.1
node 版本: v22+(建議 v24 LTS
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/go-admin-team/example-app-order
go 1.25.13
go 1.27.1
require (
github.com/gin-gonic/gin v1.12.0
+1 -1
View File
@@ -1,6 +1,6 @@
module go-admin
go 1.26.5
go 1.27.1
require (
github.com/alibaba/sentinel-golang v1.0.4
+1 -1
View File
@@ -1,6 +1,6 @@
module go-admin-e2e-apporder
go 1.26.5
go 1.27.1
require (
github.com/glebarez/go-sqlite v1.22.0