We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5daf60 + fbb118e commit 05640dcCopy full SHA for 05640dc
.cirrus.yml
@@ -120,6 +120,12 @@ validate-source_task:
120
fi
121
# Standard setup stage call, used by nearly every task in CI.
122
setup_script: &setup '$GOSRC/$SCRIPT_BASE/setup_environment.sh'
123
+ golangci-lint_cache:
124
+ folder: /root/.cache/golangci-lint
125
+ reupload_on_changes: true
126
+ fingerprint_script:
127
+ - go version
128
+ - grep GOLANGCI_LINT_VERSION Makefile | head -1
129
# Standard main execution stage call, used by nearly every task in CI.
130
main_script: &main '/usr/bin/time --verbose --output="$STATS_LOGFILE" $GOSRC/$SCRIPT_BASE/runner.sh'
131
0 commit comments