Skip to content

chore(deps): bump github.com/golang/glog from 1.2.3 to 1.2.4 (#4522) #15380

chore(deps): bump github.com/golang/glog from 1.2.3 to 1.2.4 (#4522)

chore(deps): bump github.com/golang/glog from 1.2.3 to 1.2.4 (#4522) #15380

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
- release/*
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.6"
- run: ./scripts/test