Skip to content

Bump github.com/zalando/gin-oauth2 from 1.5.8 to 1.5.9 #425

Bump github.com/zalando/gin-oauth2 from 1.5.8 to 1.5.9

Bump github.com/zalando/gin-oauth2 from 1.5.8 to 1.5.9 #425

Workflow file for this run

name: ci
on: [push, pull_request]
env:
GO111MODULE: on
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.15'
- run: go get -u github.com/go-bindata/go-bindata/...
- run: make
- run: make test