Skip to content

Remove golang-version parameter from CI workflow (#222) #620

Remove golang-version parameter from CI workflow (#222)

Remove golang-version parameter from CI workflow (#222) #620

Workflow file for this run

name: ci
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
plugin-ci:
uses: mattermost/actions-workflows/.github/workflows/plugin-ci.yml@main
secrets: inherit
with:
golangci-lint-version: v2.1.6
dist:
uses: mattermost/actions-workflows/.github/workflows/plugin-dist-pr.yml@main
secrets: inherit
with:
dist-target: "dist"
s3-prefix: "mattermost-plugin-confluence"