Skip to content

chore: bump github.com/golang/glog from 1.2.4 to 1.2.5 in /constraint #627

chore: bump github.com/golang/glog from 1.2.4 to 1.2.5 in /constraint

chore: bump github.com/golang/glog from 1.2.4 to 1.2.5 in /constraint #627

Workflow file for this run

name: lint
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Harden Runner
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version: "1.22"
check-latest: true
- run: make -C constraint lint