Skip to content

build(deps): bump actions/setup-go in the github-actions group (#2256) #2886

build(deps): bump actions/setup-go in the github-actions group (#2256)

build(deps): bump actions/setup-go in the github-actions group (#2256) #2886

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: [main]
pull_request: {}
jobs:
ci:
runs-on: ubuntu-latest
env:
GITHUB_TEST_ORGANIZATION: 'kfcampbell-terraform-provider'
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: 'go.mod'
cache: true
- run: make tools
- run: make lint
- run: make website-lint
- run: make build
- run: make test