Skip to content

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /test #13

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /test

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /test #13

Workflow file for this run

name: "CI"
on:
pull_request:
push:
jobs:
ci:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v2
- run: terraform init
- run: terraform fmt -check -recursive
- run: terraform validate -no-color