Skip to content

build(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#163) #555

build(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#163)

build(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#163) #555

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
merge_group:
jobs:
golangci:
# We need to run the linter on the same image we use for building, since it
# needs the C libraries installed for the dependencies to typecheck.
runs-on: ubuntu-latest
container: cometbft/cometbft-db-testing
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22.2"
- uses: golangci/[email protected]
with:
args: --timeout 10m
version: latest
github-token: ${{ secrets.github_token }}