Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix deps bot alert #445

fix deps bot alert

fix deps bot alert #445

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- develop
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.3
args: --config .golangci.yml