Skip to content

Commit

Permalink
* [ci] update action go version
Browse files Browse the repository at this point in the history
  • Loading branch information
ysicing committed Oct 8, 2024
1 parent 2bb5141 commit 48a9aa7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: check

env:
# Common versions
GO_VERSION: '1.22'
GO_VERSION: '1.23'
TZ: Asia/Shanghai

permissions: write-all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
TZ: Asia/Shanghai
GO_VERSION: '1.22'
GO_VERSION: '1.23'

permissions: write-all

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build for test

env:
# Common versions
GO_VERSION: '1.22'
GO_VERSION: '1.23'
TZ: Asia/Shanghai

permissions: write-all
Expand Down
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module github.com/easysoft/qcadmin

go 1.22.0
toolchain go1.23.1
go 1.23

toolchain go1.23.2

require (
github.com/AlecAivazis/survey/v2 v2.3.7
Expand Down

0 comments on commit 48a9aa7

Please sign in to comment.