Skip to content

feat(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 (#3) #5

feat(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 (#3)

feat(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 (#3) #5

Workflow file for this run

name: build
on:
push:
branches:
- "main"
tags:
- "v*"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- run: go build -v .
- run: go test -v .