Skip to content

Bump github.com/golang/glog from 1.2.1 to 1.2.4 #22

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

Bump github.com/golang/glog from 1.2.1 to 1.2.4 #22

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run lint
uses: golangci/golangci-lint-action@v5
with:
version: latest