Skip to content

Bump github.com/go-logr/logr from 1.3.0 to 1.4.0 #50

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

Bump github.com/go-logr/logr from 1.3.0 to 1.4.0 #50

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@v5
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...