Skip to content

Bump github.com/rs/cors from 1.10.1 to 1.11.0 #42

Bump github.com/rs/cors from 1.10.1 to 1.11.0

Bump github.com/rs/cors from 1.10.1 to 1.11.0 #42

Workflow file for this run

name: Unit Test
on:
pull_request:
push:
branches: ["main"]
jobs:
test:
name: Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5
with:
go-version: 1.21.0 # The Go version to download (if necessary) and use.
- name: Test
shell: bash
run: make test