Skip to content

Bump google-github-actions/setup-gcloud from 1 to 2 #136

Bump google-github-actions/setup-gcloud from 1 to 2

Bump google-github-actions/setup-gcloud from 1 to 2 #136

Workflow file for this run

name: Pull Requests Checks
on:
pull_request:
branches:
- main
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Go 1.19
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Get dependencies
run: go mod download
- name: Test
run: go test ./...