Skip to content

Bump github.com/gin-gonic/gin from 1.8.2 to 1.9.1 in /samples/http #876

Bump github.com/gin-gonic/gin from 1.8.2 to 1.9.1 in /samples/http

Bump github.com/gin-gonic/gin from 1.8.2 to 1.9.1 in /samples/http #876

Workflow file for this run

name: Unit Test
on:
push:
branches: [ 'main', 'release-*' ]
pull_request:
branches: [ 'main', 'release-*' ]
jobs:
test:
name: Unit Test
strategy:
matrix:
go-version: [1.17.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: ./hack/unit-test.sh