Skip to content

Add support for Authentication-only Backend API Keys (#580) #2322

Add support for Authentication-only Backend API Keys (#580)

Add support for Authentication-only Backend API Keys (#580) #2322

Workflow file for this run

name: golang-test
on:
push:
permissions:
contents: read
pull-requests: read
actions: read
jobs:
gotest:
name: go test
runs-on: ubuntu-latest-m
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.24
- name: go test
run: |
go test -v ./...