Skip to content

Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 in the all-go-mod-patch-and-minor group across 1 directory #14

Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 in the all-go-mod-patch-and-minor group across 1 directory

Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 in the all-go-mod-patch-and-minor group across 1 directory #14

Workflow file for this run

name: go-test
on:
pull_request:
branches:
- master
jobs:
build:
name: Run Go tests
runs-on:
- self-hosted
- medium
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: go test ./...