Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Upgrade gin to 1.9.1 for CVE-2023-26125 #72

Upgrade gin to 1.9.1 for CVE-2023-26125

Upgrade gin to 1.9.1 for CVE-2023-26125 #72

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...