Skip to content

chore(docker): bump golangci/golangci-lint from v1.57.2-alpine to v1.58.1-alpine #491

chore(docker): bump golangci/golangci-lint from v1.57.2-alpine to v1.58.1-alpine

chore(docker): bump golangci/golangci-lint from v1.57.2-alpine to v1.58.1-alpine #491

Workflow file for this run

---
name: Lint
"on":
pull_request:
branches:
- main
jobs:
lint:
name: Lint code base
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint codebase
run: make lint