Skip to content

Bump go.uber.org/zap from 1.27.0 to 1.27.1 #348

Bump go.uber.org/zap from 1.27.0 to 1.27.1

Bump go.uber.org/zap from 1.27.0 to 1.27.1 #348

Workflow file for this run

name: Pull Request Code test
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- run: make test
# Do a build to see whether the binary still compiles.
- run: go build -o bin/kubectl-ironcore .