1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 09:57:01 +00:00

CI and Context

This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-10-24 15:52:13 +03:00
parent 1d0ad5bf8e
commit 8b46dafb76
2 changed files with 31 additions and 9 deletions

View File

@@ -26,7 +26,9 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go_version }}
go-version-file: './go.mod'
check-latest: true
- run: go version
- name: Test
run: go test -v ./...