Skip to content

Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 #380

Bump docker/setup-buildx-action from 3.7.1 to 3.8.0

Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 #380

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ main ]
tags: [ v** ]
paths-ignore:
- '*.md'
- 'docs/**'
- 'samples/**'
pull_request:
branches: [ main ]
paths-ignore:
- '*.md'
- 'docs/**'
- 'samples/**'
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
with:
go-version: 1.22
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
with:
version: v1.56.2