Skip to content

fix(deps): update module golang.org/x/oauth2 to v0.17.0 #131

fix(deps): update module golang.org/x/oauth2 to v0.17.0

fix(deps): update module golang.org/x/oauth2 to v0.17.0 #131

Workflow file for this run

name: Go Build
on:
push:
paths-ignore:
- "**.md"
branches:
- main
pull_request:
paths-ignore:
- "**.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
check-latest: true
cache: true
go-version: "stable"
- name: Build app
run: go build -o app