Skip to content

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

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

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

Workflow file for this run

name: build
on:
push:
branches:
- master
- 'release-*'
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.19.11
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
- name: Run build
run: go build -o haproxy-ingress pkg/main.go
- name: Run tests
run: go test ./...