Skip to content

build(deps): Bump github.com/hashicorp/go-plugin from 1.6.0 to 1.6.1 … #4363

build(deps): Bump github.com/hashicorp/go-plugin from 1.6.0 to 1.6.1 …

build(deps): Bump github.com/hashicorp/go-plugin from 1.6.0 to 1.6.1 … #4363

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: "0 0 * * *"
jobs:
test:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run test
run: make test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run build
run: make build
- name: Upload Artifact
uses: actions/upload-artifact@master
with:
name: tflint-${{ matrix.os }}
path: dist/tflint