Skip to content

Bump the gomod group across 1 directory with 6 updates (#220) #325

Bump the gomod group across 1 directory with 6 updates (#220)

Bump the gomod group across 1 directory with 6 updates (#220) #325

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
checks: write
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: script/install-libtensorflow
- uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
args: --timeout 3m0s