Skip to content

chore(deps): bump actions/setup-go from 4 to 5 in /.github/workflows #334

chore(deps): bump actions/setup-go from 4 to 5 in /.github/workflows

chore(deps): bump actions/setup-go from 4 to 5 in /.github/workflows #334

Workflow file for this run

name: linter
on:
push:
pull_request:
jobs:
golang:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Golangci Lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: ./...