Skip to content

Bump github.com/golang/glog from 1.2.0 to 1.2.4 #5937

Bump github.com/golang/glog from 1.2.0 to 1.2.4

Bump github.com/golang/glog from 1.2.0 to 1.2.4 #5937

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.23'
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.61
args: src/... tools/...
skip-pkg-cache: true