Skip to content

Automated cherry pick of #1218: chore(deps): bump build-image/debian-base from bookworm-v1.0.6 to bookworm-v1.0.7 #162

Automated cherry pick of #1218: chore(deps): bump build-image/debian-base from bookworm-v1.0.6 to bookworm-v1.0.7

Automated cherry pick of #1218: chore(deps): bump build-image/debian-base from bookworm-v1.0.6 to bookworm-v1.0.7 #162

Workflow file for this run

name: golangci-lint
on: [pull_request, workflow_dispatch]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: golangci-lint
run: make lint