Skip to content

Bump github.com/golang/glog from 0.0.0-20210429001901-424d2337a529 to 1.2.4 in the go_modules group across 1 directory #890

Bump github.com/golang/glog from 0.0.0-20210429001901-424d2337a529 to 1.2.4 in the go_modules group across 1 directory

Bump github.com/golang/glog from 0.0.0-20210429001901-424d2337a529 to 1.2.4 in the go_modules group across 1 directory #890

Workflow file for this run

name: Go Tests
on: [push, pull_request]
jobs:
go_tests:
runs-on: windows-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18.x
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Run vet
run: go vet ./...
- name: Test
run: go test -v ./...