Skip to content

Bump github.com/rs/cors from 1.10.1 to 1.11.0 (#99) #53

Bump github.com/rs/cors from 1.10.1 to 1.11.0 (#99)

Bump github.com/rs/cors from 1.10.1 to 1.11.0 (#99) #53

Workflow file for this run

name: Build
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
check-latest: true
- name: Build
run: make