Skip to content

Commit 72dd30f

Browse files
committed
gha: specify full version for golang-ci-lint to speedup selection
Noticed this in the CI output: Requested golangci-lint 'v1.29', using 'v1.29.0', calculation took 7969ms Installing golangci-lint v1.29.0... Downloading https://github.com/golangci/golangci-lint/releases/download/v1.29.0/golangci-lint-1.29.0-darwin-amd64.tar.gz ... Using nearly 8 seconds to convert v1.29 to v1.29.0 seems a bit long, so hard-coding to the full version to speedup CI somewhat. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 9a672cc commit 72dd30f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- uses: golangci/golangci-lint-action@v2
3838
with:
39-
version: v1.29
39+
version: v1.29.0
4040
working-directory: src/github.com/containerd/containerd
4141
args: --timeout=5m
4242

0 commit comments

Comments
 (0)