Skip to content

Bump github.com/golang/glog from 1.2.3 to 1.2.4 #321

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

Bump github.com/golang/glog from 1.2.3 to 1.2.4 #321

Workflow file for this run

name: tests
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.22.4'
- name: Run tests
run: make test
- name: Run tests with race detection
run: make race