Skip to content

Commit

Permalink
build: reset toolchain to go1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhangguiguang committed Dec 9, 2024
1 parent c62e27e commit 9709d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.23.4
go-version: 1.21.5
- name: Set up git context
uses: de-vri-es/setup-git-credentials@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/coming-chat/app-sdk-build

go 1.21.4

toolchain go1.23.4
toolchain go1.21.5

require (
github.com/coming-chat/go-defi-sdk v0.1.8-0.20231031134916-7ec2d39b4d7e
Expand Down

0 comments on commit 9709d79

Please sign in to comment.