Skip to content

build(deps): bump actions/setup-go from 5 to 6 (#158) #396

build(deps): bump actions/setup-go from 5 to 6 (#158)

build(deps): bump actions/setup-go from 5 to 6 (#158) #396

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.1.6