Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Bump github.com/gin-gonic/gin from 1.7.2-0.20210803022626-6ebb945bd7ac to 1.9.1 #10

Bump github.com/gin-gonic/gin from 1.7.2-0.20210803022626-6ebb945bd7ac to 1.9.1

Bump github.com/gin-gonic/gin from 1.7.2-0.20210803022626-6ebb945bd7ac to 1.9.1 #10

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Build
run: |
mkdir dist
go build -o dist/info