Skip to content

build(deps): bump golangci/golangci-lint-action from 4 to 6 #42

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

build(deps): bump golangci/golangci-lint-action from 4 to 6 #42

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6