Skip to content

Upgrade golangci-lint to v1.63.4 #1925

Upgrade golangci-lint to v1.63.4

Upgrade golangci-lint to v1.63.4 #1925

Workflow file for this run

name: CI
on:
push:
tags-ignore:
- 'v*'
branches:
- "master"
pull_request:
workflow_call:
secrets:
CODECOV_TOKEN:
required: true
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: smallstep/workflows/.github/workflows/goCI.yml@cd58e6b6f42939e8ae88602bc6ee9ede3f13cdf0

Check failure on line 21 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "smallstep/workflows/.github/workflows/goCI.yml@cd58e6b6f42939e8ae88602bc6ee9ede3f13cdf0" --> "smallstep/workflows/.github/workflows/goLint.yml@116f21fb130b01129c5881a624aa3d10ea40eac7" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
only-latest-golang: false
os-dependencies: 'libpcsclite-dev'
run-codeql: true
test-command: 'V=1 make test'
secrets: inherit