Skip to content

Commit

Permalink
fix: dump go version to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ronething committed Dec 1, 2022
1 parent a5d96f8 commit 384abd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/apisix/manager-api

go 1.15
go 1.16

require (
github.com/coreos/go-oidc/v3 v3.3.0
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Before using source codes to build, make sure that the following dependencies ar

For `manager-api`:

1. [Golang](https://golang.org/dl/) 1.13+
1. [Golang](https://golang.org/dl/) 1.16+

> Tip: For users in mainland China, you can use the following command to speed up the module downloads.
Expand Down

0 comments on commit 384abd1

Please sign in to comment.