Skip to content

Update docker.io/library/golang Docker tag to v1.27 #375

Update docker.io/library/golang Docker tag to v1.27

Update docker.io/library/golang Docker tag to v1.27 #375

Workflow file for this run

# SPDX-FileCopyrightText: 2026 The Pion community <https://pion.ly>
# SPDX-License-Identifier: MIT
name: Interoperability
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
concurrency:
group: interop-${{ github.ref }}
cancel-in-progress: true
jobs:
interop:
name: Interoperability
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Check out current DTLS commit
uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- name: Run interoperability tests
uses: pion/dtls-interop@main