Skip to content

Bump hashicorp/google #343

Bump hashicorp/google

Bump hashicorp/google #343

Workflow file for this run

name: Go build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./go
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
cache: true
- name: Build
run: go build -v ./...