Skip to content

Bump actions/setup-go from 5.3.0 to 5.4.0 #2541

Bump actions/setup-go from 5.3.0 to 5.4.0

Bump actions/setup-go from 5.3.0 to 5.4.0 #2541

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, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test
- name: Run build
run: make build
- name: Upload Artifact
uses: actions/upload-artifact@master
with:
name: tflint-ruleset-azurerm-${{ matrix.os }}
path: tflint-ruleset-azurerm