Skip to content

Bump github.com/lmittmann/tint from 1.1.1 to 1.1.2 #32

Bump github.com/lmittmann/tint from 1.1.1 to 1.1.2

Bump github.com/lmittmann/tint from 1.1.1 to 1.1.2 #32

Workflow file for this run

name: "Run Tests"
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.1'
- name: Vet
run: go vet ./...
- name: Test
run: go test -v ./...