1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +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

@@ -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 ./...