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:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user