Skip to content

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

chore(deps): bump github.com/golang/glog from 1.2.2 to 1.2.4

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

Workflow file for this run

name: Integration/E2E tests
on:
push:
branches:
- v0.52.x
- v0.50.x
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "stable"
check-latest: true
- name: Tests
run: |
cd tests
go test -v ./... -count=1