Skip to content

chore(docker): bump golang from 1.22.2-alpine to 1.22.3-alpine #492

chore(docker): bump golang from 1.22.2-alpine to 1.22.3-alpine

chore(docker): bump golang from 1.22.2-alpine to 1.22.3-alpine #492

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