Skip to content

Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 #43

Bump github.com/go-logr/logr from 1.2.4 to 1.3.0

Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 #43

Workflow file for this run

name: Go Test
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...