Skip to content

Update golang.org/x/exp digest to 7f521ea #3474

Update golang.org/x/exp digest to 7f521ea

Update golang.org/x/exp digest to 7f521ea #3474

Workflow file for this run

name: Lint - Go
on:
push:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
args: --timeout=5m
version: latest