Commit 41326d4 1 parent ec2d9d0 commit 41326d4 Copy full SHA for 41326d4
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ jobs:
17
17
18
18
strategy :
19
19
matrix :
20
- go_version : [1.19 .x]
20
+ go_version : [1.20 .x]
21
21
steps :
22
22
23
23
- name : Set up Go 1.x
24
- uses : actions/setup-go@v2
24
+ uses : actions/setup-go@v4
25
25
with :
26
26
go-version : ${{ matrix.go_version }}
27
27
28
28
- name : Check out code into the Go module directory
29
- uses : actions/checkout@v2
29
+ uses : actions/checkout@v3
30
30
31
31
- name : Test
32
32
run : go test -v ./...
Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ $ go get github.com/kataras/iris/v12@latest
475
475
** Run**
476
476
477
477
``` sh
478
- $ go mod tidy -compat=1.19 # -compat="1.19 " for windows.
478
+ $ go mod tidy -compat=1.20 # -compat="1.20 " for windows.
479
479
$ go run .
480
480
```
481
481
You can’t perform that action at this time.
0 commit comments