Skip to content

Merge pull request #234 from mattfarina/cache-fuzz #89

Merge pull request #234 from mattfarina/cache-fuzz

Merge pull request #234 from mattfarina/cache-fuzz #89

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.56