Skip to content

Bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0 #281

Bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0

Bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0 #281

Workflow file for this run

name: PR
on: [pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22
- name: Run Golang CI Lint
uses: golangci/golangci-lint-action@v2
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --snapshot --skip=sign --clean
- uses: actions/upload-artifact@v4
with:
name: binaries
path: bin/
retention-days: 5