Skip to content

gomod(deps): bump github.com/go-logr/logr from 1.3.0 to 1.4.1 (#532) #32

gomod(deps): bump github.com/go-logr/logr from 1.3.0 to 1.4.1 (#532)

gomod(deps): bump github.com/go-logr/logr from 1.3.0 to 1.4.1 (#532) #32

Workflow file for this run

name: Main cache
on:
push:
branches:
- main
paths:
- 'go.mod'
jobs:
build-cache:
name: Build cache
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: build
run: make build