Skip to content

rebase: Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 in /actions/retest #7085

rebase: Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 in /actions/retest

rebase: Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 in /actions/retest #7085

Workflow file for this run

---
name: go-test
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
go-test:
name: go-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: go-test
run: make containerized-test TARGET=go-test
go-test-api:
name: go-test-api
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: go-test-api
run: make containerized-test TARGET=go-test-api