Skip to content

chore(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 #436

chore(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.9.0

chore(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 #436

Workflow file for this run

name: Golang testing
on:
push:
branches:
- master
paths-ignore:
- "**.md"
- "*.yml"
- "Makefile"
- "docs/*.md"
- ".gitignore"
- "LICENSE"
- ".github/*.yml"
- ".github/ISSUE_TEMPLATE/*.md"
- ".github/*.md"
- ".github/workflows/release.yml"
pull_request:
paths-ignore:
- "**.md"
- "*.yml"
- "Makefile"
- "docs/*.md"
- ".gitignore"
- "LICENSE"
- ".github/*.yml"
- ".github/ISSUE_TEMPLATE/*.md"
- ".github/*.md"
- ".github/workflows/release.yml"
jobs:
testing:
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
matrix:
go: [1.17.x, 1.18.x, 1.19.X, 1.20.x]
name: Go ${{ matrix.go }} check
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: ${{ matrix.go }}
- run: go test -v -failfast ./...