Skip to content

build(deps): bump google.golang.org/api from 0.198.0 to 0.199.0 (#978) #958

build(deps): bump google.golang.org/api from 0.198.0 to 0.199.0 (#978)

build(deps): bump google.golang.org/api from 0.198.0 to 0.199.0 (#978) #958

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore:
- '*.md'
push:
branches:
- main
paths-ignore:
- '*.md'
jobs:
check:
name: "Run checks"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: hashicorp/setup-golang@36878950ae8f21c1bc25accaf67a4df88c29b01d # v3.0.0
- name: "Run checks"
run: |
make tools
make check
build:
name: "Run dev"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: hashicorp/setup-golang@36878950ae8f21c1bc25accaf67a4df88c29b01d # v3.0.0
- name: "Build dev binary"
run: |
make tools
make dev
test:
name: "Run tests"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: hashicorp/setup-golang@36878950ae8f21c1bc25accaf67a4df88c29b01d # v3.0.0
- name: "Run tests"
run: |
make tools
make test