Skip to content

chore(deps): bump codecov/codecov-action from 3 to 5 (#48) #161

chore(deps): bump codecov/codecov-action from 3 to 5 (#48)

chore(deps): bump codecov/codecov-action from 3 to 5 (#48) #161

Workflow file for this run

name: "golang-ci-lint"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
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@v6
with:
args: --timeout=5m