Skip to content

Bump docker/login-action from 2 to 3 #102

Bump docker/login-action from 2 to 3

Bump docker/login-action from 2 to 3 #102

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2