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

Bump github.com/joho/godotenv from 1.4.0 to 1.5.0 in /test #611

Bump github.com/joho/godotenv from 1.4.0 to 1.5.0 in /test

Bump github.com/joho/godotenv from 1.4.0 to 1.5.0 in /test #611

Workflow file for this run

name: Check - lint
on:
pull_request:
types:
- assigned
- opened
- synchronize
- reopened
paths:
- "**.go"
- "**/go.mod"
- "hack/check-lint.sh"
jobs:
checklint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: "1.17"
id: go
- name: Run golangci-lint
run: |
make lint