Skip to content

Update docker/setup-buildx-action digest to 6a25f98 - autoclosed #129

Update docker/setup-buildx-action digest to 6a25f98 - autoclosed

Update docker/setup-buildx-action digest to 6a25f98 - autoclosed #129

Workflow file for this run

name: Lint
on:
pull_request: {}
push:
branches: [main]
jobs:
lint:
timeout-minutes: 5
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6