Skip to content

build(deps): bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 #530

build(deps): bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0

build(deps): bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 #530

Workflow file for this run

name: Go
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
check-latest: true
cache: true
cache-dependency-path: "go.sum"
- name: Test packages
run: make test-short
- name: Build artifacts
run: make build