Skip to content

chore(deps): bump golang.org/x/oauth2 from 0.0.0-20210323180902-22b0adad7558 to 0.23.0 in the go group #5

chore(deps): bump golang.org/x/oauth2 from 0.0.0-20210323180902-22b0adad7558 to 0.23.0 in the go group

chore(deps): bump golang.org/x/oauth2 from 0.0.0-20210323180902-22b0adad7558 to 0.23.0 in the go group #5

Workflow file for this run

name: Run tests
on: [pull_request, push]
jobs:
unit:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go test -v -cover ./...