Skip to content

chore(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 #107

chore(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.33.0

chore(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 #107

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Build
permissions:
contents: read
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Build
run: go build -v ./...