Skip to content

build(deps): bump the gomod group with 2 updates (#2257) #2884

build(deps): bump the gomod group with 2 updates (#2257)

build(deps): bump the gomod group with 2 updates (#2257) #2884

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@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: 'go.mod'
cache: true
- run: make tools
- run: make lint
- run: make website-lint
- run: make build
- run: make test