1
0
mirror of https://github.com/kataras/iris.git synced 2026-08-08 13:39:00 +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
+1 -1
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 .
```