Skip to content

build(deps): bump golangci/golangci-lint-action from 3 to 6 #2

build(deps): bump golangci/golangci-lint-action from 3 to 6

build(deps): bump golangci/golangci-lint-action from 3 to 6 #2

Workflow file for this run

name: Lint
on:
push:
branches:
- develop
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.21"
- name: Checkout
uses: actions/checkout@v3
- name: GolangCI Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.55.2