Skip to content

Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 in /tool #56

Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 in /tool

Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 in /tool #56

Workflow file for this run

name: CI for Go tools
on:
push:
branches:
- main
paths:
- 'tool/**'
pull_request:
paths:
- 'tool/**'
jobs:
ci-articlegen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'tool/go.mod'
cache-dependency-path: 'tool/go.sum'
- name: Build
run: go build -C ./tool/articlegen -v
ci-makepr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'tool/go.mod'
cache-dependency-path: 'tool/go.sum'
- name: Build
run: go build -C ./tool/makepr -v
ci-sincelastcommit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'tool/go.mod'
cache-dependency-path: 'tool/go.sum'
- name: Build
run: go build -C ./tool/sincelastcommit -v