Skip to content

chore(deps): bump golangci/golangci-lint-action from 6 to 7 in the all group #27

chore(deps): bump golangci/golangci-lint-action from 6 to 7 in the all group

chore(deps): bump golangci/golangci-lint-action from 6 to 7 in the all group #27

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
- name: Golangci-lint
uses: golangci/golangci-lint-action@v7