Skip to content

Bump github.com/go-logr/logr from 1.4.2 to 1.4.3 #57

Bump github.com/go-logr/logr from 1.4.2 to 1.4.3

Bump github.com/go-logr/logr from 1.4.2 to 1.4.3 #57

Workflow file for this run

name: Go
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 ./...