Skip to content

Bump github.com/uptrace/bunrouter from 1.0.20 to 1.0.21 #36

Bump github.com/uptrace/bunrouter from 1.0.20 to 1.0.21

Bump github.com/uptrace/bunrouter from 1.0.20 to 1.0.21 #36

Workflow file for this run

name: Build
on:
pull_request:
push:
branches: ["main"]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5
with:
go-version: 1.20.2 # The Go version to download (if necessary) and use.
- name: Build CLI
run: go install ./...