Skip to content

Bump github.com/golang/glog from 1.0.0 to 1.2.4 #59

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

Bump github.com/golang/glog from 1.0.0 to 1.2.4 #59

Workflow file for this run

on: [push, pull_request]
name: Build
jobs:
build:
strategy:
matrix:
go-version: [1.20.x, 1.21.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
- name: Build
run: ./hack/build.sh