Skip to content

Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.1 in /_example/gin #89

Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.1 in /_example/gin

Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.1 in /_example/gin #89

Workflow file for this run

on: [pull_request]
name: Tests-others
jobs:
test:
strategy:
matrix:
os: [macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
- name: Tests
run: go test -race ./...