Skip to content

Commit

Permalink
fixed missing go.sum path during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke committed Nov 6, 2024
1 parent b92b06a commit 9e48f02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: "${{ inputs.tool-directory }}/go.mod"
cache-dependency-path: '${{ inputs.tool-directory }}/go.sum'

# Linting
- name: Install golangci-lint
Expand Down

0 comments on commit 9e48f02

Please sign in to comment.