Skip to content

Commit

Permalink
update github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Mar 17, 2023
1 parent ec2d9d0 commit 41326d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:

strategy:
matrix:
go_version: [1.19.x]
go_version: [1.20.x]
steps:

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

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

- name: Test
run: go test -v ./...
Expand Down
2 changes: 1 addition & 1 deletion README_PT_BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
```

Expand Down

0 comments on commit 41326d4

Please sign in to comment.