Skip to content

chore(deps): bump alpine from 3.20.2 to 3.20.3 in /.docker #2192

chore(deps): bump alpine from 3.20.2 to 3.20.3 in /.docker

chore(deps): bump alpine from 3.20.2 to 3.20.3 in /.docker #2192

Workflow file for this run

name: Format
on:
pull_request:
push:
merge_group:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.22.5"
check-latest: true
- run: make format
- name: Indicate formatting issues
run: git diff HEAD --exit-code --color