Skip to content

chore: bump workflows, update Go #15

chore: bump workflows, update Go

chore: bump workflows, update Go #15

Workflow file for this run

on: [push, pull_request]
name: Lint
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54