Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

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

Bump docker/login-action from 2 to 3

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

Workflow file for this run

name: Multilinters
on:
push:
jobs:
build:
name: Check code
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go-version: [1.19]
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50
args: -E gosec,goconst,nestif,bodyclose,rowserrcheck