Skip to content

Bump github.com/kataras/iris/v12 from 12.2.0 to 12.2.5 #12

Bump github.com/kataras/iris/v12 from 12.2.0 to 12.2.5

Bump github.com/kataras/iris/v12 from 12.2.0 to 12.2.5 #12

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
go_version: [1.19.x]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go_version }}
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Test
run: go test -v ./...