Skip to content

chore(deps): Bump docker/login-action from 2 to 3 #209

chore(deps): Bump docker/login-action from 2 to 3

chore(deps): Bump docker/login-action from 2 to 3 #209

Workflow file for this run

# This file was copied from the following URL and modified:
# https://github.com/golangci/golangci-lint-action/blob/master/README.md#how-to-use
name: golangci
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
strategy:
matrix:
go-version: [1.23.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
working-directory: src
args: --timeout=10m