Skip to content

build(deps): bump github.com/gin-contrib/cors from 1.7.2 to 1.7.3 #285

build(deps): bump github.com/gin-contrib/cors from 1.7.2 to 1.7.3

build(deps): bump github.com/gin-contrib/cors from 1.7.2 to 1.7.3 #285

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
go: ['1.22.0']
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...