Skip to content

OADP-7565: Go 1.25.8 toolchain + golang.org/x/* CVE bumps #272

OADP-7565: Go 1.25.8 toolchain + golang.org/x/* CVE bumps

OADP-7565: Go 1.25.8 toolchain + golang.org/x/* CVE bumps #272

Workflow file for this run

name: Tests
on:
pull_request:
branches: [ oadp-dev ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run tests
run: go test ./...