Skip to content

Bump github.com/gin-contrib/cors from 1.4.0 to 1.6.0 #99

Bump github.com/gin-contrib/cors from 1.4.0 to 1.6.0

Bump github.com/gin-contrib/cors from 1.4.0 to 1.6.0 #99

Workflow file for this run

name: weave
on:
push:
branches: [ master ]
paths: [ '**.go' ]
pull_request:
branches: [ master ]
paths: [ '**.go' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Build
run: make build
- name: Test
run: make test
- name: Upload coverage
uses: codecov/codecov-action@v3