Skip to content

fix(akamai): add propagation timeout to prevent worker thread from hanging #4463

fix(akamai): add propagation timeout to prevent worker thread from hanging

fix(akamai): add propagation timeout to prevent worker thread from hanging #4463

Workflow file for this run

# SPDX-FileCopyrightText: Copyright 2025 SAP SE or an SAP affiliate company
#
# SPDX-License-Identifier: Apache-2.0
name: go-build
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: ./go.mod
- name: Build
run: go build -v ./...