Skip to content

Bump cloud.google.com/go/datastore from 1.15.0 to 1.16.0 #143

Bump cloud.google.com/go/datastore from 1.15.0 to 1.16.0

Bump cloud.google.com/go/datastore from 1.15.0 to 1.16.0 #143

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@v5
with:
go-version: 1.19
- name: Get dependencies
run: go mod download
- name: Test
run: go test ./...