Skip to content

Update module github.com/gin-gonic/gin to v1.10.0 [SECURITY] #2

Update module github.com/gin-gonic/gin to v1.10.0 [SECURITY]

Update module github.com/gin-gonic/gin to v1.10.0 [SECURITY] #2

Workflow file for this run

name: CI
on: [pull_request]
jobs:
gotest:
runs-on: ubuntu-22.04
strategy:
matrix:
goVer: [1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19]
steps:
- name: Set up Go ${{ matrix.goVer }}
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.goVer }}
- name: Check out source
uses: actions/checkout@v1
- name: Test
run: go test -v -cover -race ./...
draft-release:
runs-on: ubuntu-24.04
if: github.event_name != 'pull_request'
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Create/Update Draft Release
uses: lucacome/[email protected]
with:
minor-label: "enhancement"
major-label: "change"
collapse-after: 20