Skip to content

Bump google.golang.org/api from 0.163.0 to 0.181.0 #253

Bump google.golang.org/api from 0.163.0 to 0.181.0

Bump google.golang.org/api from 0.163.0 to 0.181.0 #253

Workflow file for this run

name: test
on:
pull_request:
push:
schedule:
- cron: '0 0 1 * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ">=1.20.5"
- uses: golangci/golangci-lint-action@v4
with:
args: -E misspell,gofmt
- run: make
env:
TEST_GCAL_API_KEY: ${{ secrets.TEST_GCAL_API_KEY }}