Skip to content

build(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0 #1632

build(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0

build(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0 #1632

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
paths:
- '**.go'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
with:
go-version-file: 'go.mod'
- name: Build UI
run: make ui
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.1.1
with:
args: --timeout=10m
version: 'latest'