Skip to content

fix(deps): Update golang.org/x/exp digest to 645b1fa (#367) #1153

fix(deps): Update golang.org/x/exp digest to 645b1fa (#367)

fix(deps): Update golang.org/x/exp digest to 645b1fa (#367) #1153

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
name: Lint with GolangCI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.1.6
args: --verbose