1
0
mirror of https://github.com/kataras/iris.git synced 2026-05-14 18:13:49 +00:00

update github ci

This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-03-17 12:42:19 +02:00
parent ec2d9d016e
commit 41326d4ddd
2 changed files with 4 additions and 4 deletions

View File

@@ -475,7 +475,7 @@ $ go get github.com/kataras/iris/v12@latest
**Run**
```sh
$ go mod tidy -compat=1.19 # -compat="1.19" for windows.
$ go mod tidy -compat=1.20 # -compat="1.20" for windows.
$ go run .
```