Skip to content

chore(deps): bump github.com/lmittmann/tint from 1.0.4 to 1.0.5 #67

chore(deps): bump github.com/lmittmann/tint from 1.0.4 to 1.0.5

chore(deps): bump github.com/lmittmann/tint from 1.0.4 to 1.0.5 #67

Workflow file for this run

name: Go
on: [ pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.0'
- name: Build
run: go build -v ./...