Skip to content

Commit

Permalink
依赖go版本升级到v1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
royalrick committed Sep 12, 2021
1 parent 32c5943 commit ddaec50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.12
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.12
go-version: 1.13
id: go

- name: Check out code into the Go module directory
Expand Down
6 changes: 4 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- `v3` 版本为测试版本 请斟酌使用
- [v1 版本入口](https://github.com/medivhzhan/weapp/tree/v1)
- [v2 版本入口](https://github.com/medivhzhan/weapp/tree/v2)
- 新版本不包含支付相关内容, 已有很多优秀的支付相关模块;
- SDK 暂不包含支付相关内容 已有很多优秀的支付相关模块

## 获取代码

Expand Down Expand Up @@ -152,7 +152,7 @@ func main() {

---

## `目录`
## `接口目录`

> 文档按照[小程序服务端官方文档](https://developers.weixin.qq.com/miniprogram/dev/api-backend/)排版,方便一一对照查找相关内容。
Expand Down Expand Up @@ -299,6 +299,8 @@ func main() {

## 微信通知

[官方文档](https://developers.weixin.qq.com/miniprogram/dev/framework/server-ability/message-push.html#option-url)

```go
package main

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/medivhzhan/weapp/v3

go 1.12
go 1.13

require github.com/mitchellh/mapstructure v1.4.1

0 comments on commit ddaec50

Please sign in to comment.