Skip to content

Commit 41326d4

Browse files
committed
update github ci
1 parent ec2d9d0 commit 41326d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
go_version: [1.19.x]
20+
go_version: [1.20.x]
2121
steps:
2222

2323
- name: Set up Go 1.x
24-
uses: actions/setup-go@v2
24+
uses: actions/setup-go@v4
2525
with:
2626
go-version: ${{ matrix.go_version }}
2727

2828
- name: Check out code into the Go module directory
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v3
3030

3131
- name: Test
3232
run: go test -v ./...

README_PT_BR.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ $ go get github.com/kataras/iris/v12@latest
475475
**Run**
476476

477477
```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.
479479
$ go run .
480480
```
481481

0 commit comments

Comments
 (0)