Skip to content

chore: bump docker/login-action from 3.6.0 to 3.7.0 #1111

chore: bump docker/login-action from 3.6.0 to 3.7.0

chore: bump docker/login-action from 3.6.0 to 3.7.0 #1111

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- "*"
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
permissions:
contents: read
pull-requests: read
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
cache: true
go-version: 1.25.6
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.8.0