Skip to content

build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.5.0 #200

build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.5.0

build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.5.0 #200

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1