Skip to content

feat(deps): bump google.golang.org/api from 0.203.0 to 0.204.0 #861

feat(deps): bump google.golang.org/api from 0.203.0 to 0.204.0

feat(deps): bump google.golang.org/api from 0.203.0 to 0.204.0 #861

Workflow file for this run

name: Build
on:
push:
branches:
- 'master'
pull_request:
paths:
- 'go.*'
- '**/*.go'
- 'Dockerfile'
- '.github/workflows/build.yml'
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-depth: 0 # See: https://goreleaser.com/ci/actions/
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
id: go
- run: go build -ldflags "-w -s" -o ./outputs/cxcli .