Skip to content

Bump the gomod group across 1 directory with 12 updates #265

Bump the gomod group across 1 directory with 12 updates

Bump the gomod group across 1 directory with 12 updates #265

Workflow file for this run

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