Skip to content

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

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

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

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint:
name: Lint
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v6
with:
version: latest