Skip to content

Bump google.golang.org/api from 0.210.0 to 0.211.0 in the dependencies group #316

Bump google.golang.org/api from 0.210.0 to 0.211.0 in the dependencies group

Bump google.golang.org/api from 0.210.0 to 0.211.0 in the dependencies group #316

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
schedule:
- cron: "0 0 1 * *"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v6
- run: make
env:
TEST_GCAL_API_KEY: ${{ secrets.TEST_GCAL_API_KEY }}