Skip to content

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

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

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

Workflow file for this run

name: go
on:
push:
branches:
- master
paths:
- .github/workflows/go.yaml
- pkg/**
- go.*
tags:
- v*
pull_request:
branches:
- master
paths:
- .github/workflows/go.yaml
- pkg/**
- go.*
jobs:
check:
uses: int128/go-workflows/.github/workflows/check.yaml@v0.1.0
with:
go-version: 1.20.4
golangci-lint-version: v1.52.2
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20.4
- run: go test -v -race ./...