Skip to content

Build(deps): Bump docker/metadata-action from 5.5.1 to 5.6.1 #358

Build(deps): Bump docker/metadata-action from 5.5.1 to 5.6.1

Build(deps): Bump docker/metadata-action from 5.5.1 to 5.6.1 #358

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