Skip to content

Bump go.uber.org/zap from 1.26.0 to 1.27.0 (#148) #522

Bump go.uber.org/zap from 1.26.0 to 1.27.0 (#148)

Bump go.uber.org/zap from 1.26.0 to 1.27.0 (#148) #522

Workflow file for this run

name: lint operator
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
jobs:
lint-operator:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
args: --timeout=10m --disable typecheck