Skip to content

chore: bump github.com/golang/glog from 1.2.0 to 1.2.1 in /constraint #17

chore: bump github.com/golang/glog from 1.2.0 to 1.2.1 in /constraint

chore: bump github.com/golang/glog from 1.2.0 to 1.2.1 in /constraint #17

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
check-latest: true
- run: make -C constraint lint