Skip to content

chore(deps): update golangci/golangci-lint-action action to v6 #50

chore(deps): update golangci/golangci-lint-action action to v6

chore(deps): update golangci/golangci-lint-action action to v6 #50

Workflow file for this run

name: Go Lint
#
on:
push:
branches:
- main
pull_request:
branches:
- main
#
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
#