We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0012c commit 8af57f5Copy full SHA for 8af57f5
.github/workflows/ci.yml
@@ -14,5 +14,8 @@ permissions:
14
15
jobs:
16
plugin-ci:
17
- uses: mattermost/actions-workflows/.github/workflows/plugin-ci.yml@main
+ uses: mattermost/actions-workflows/.github/workflows/community-plugin-ci.yml@main
18
secrets: inherit
19
+ with:
20
+ golang-version: "1.24.1"
21
+ golangci-lint-version: "v2.0.2"
0 commit comments