Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Bump google.golang.org/grpc from 1.47.0 to 1.53.0 #15

Bump google.golang.org/grpc from 1.47.0 to 1.53.0

Bump google.golang.org/grpc from 1.47.0 to 1.53.0 #15

Workflow file for this run

name: terraform
on:
push:
branches: ['main']
pull_request:
branches: ['main']
permissions:
contents: read
jobs:
terraform:
name: terraform
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.17
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v2
with:
terraform_wrapper: false
- run: |
# Run a local repo for ko build to push to.
go install github.com/google/go-containerregistry/cmd/registry
registry &
export KO_DOCKER_REPO=localhost:1338
- run: |
terraform init
terraform validate
terraform fmt -check -diff
# TODO: setup auth, plan and apply