Skip to content

chore: upgrade versions (#199) #382

chore: upgrade versions (#199)

chore: upgrade versions (#199) #382

Workflow file for this run

name: golangci-lint
on:
push:
branches: '*'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version: 1.23
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61