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

Update terraform dependency #24

Update terraform dependency

Update terraform dependency #24

Workflow file for this run

name: golang-test
on:
pull_request:
jobs:
gotest:
name: gotest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: Go Build
run: go build -v ./.
- name: Go Test
run: go test ./... -timeout=30s -parallel=4