Skip to content

Build(deps): Bump docker/build-push-action from 6.10.0 to 6.12.0 #371

Build(deps): Bump docker/build-push-action from 6.10.0 to 6.12.0

Build(deps): Bump docker/build-push-action from 6.10.0 to 6.12.0 #371

Workflow file for this run

---
name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest