Skip to content

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

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 #16

Workflow file for this run

---
name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-$${{ github.pull_request.number || github.run_id }}"
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
check-latest: true
- run: go build ./cmd/eee-safe