Skip to content

Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 #13

Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0

Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 #13

Workflow file for this run

name: Go - Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.19', '1.20']
steps:
- uses: actions/checkout@v4
- name: Test in Go ${{ matrix.go }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go test ./...