diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ff6ad6..54e2df3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 - - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v6.0.0 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: 1.26.5 cache: true diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 7295a0a..1e7b49b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -30,7 +30,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v6.0.0 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: 1.26.5 cache: true diff --git a/AGENTS.md b/AGENTS.md index 819697b..9116594 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,10 +1,11 @@ -# Atrinik Game Protocol 1 repository guide +# Atrinik protocol repository guide ## Authority and boundaries -- This fresh MIT repository is the source of truth for Game Protocol 1: - Protobuf schemas, Buf policy, normative specifications, descriptors, - generated Go/Rust contracts, and language-neutral conformance fixtures. +- This fresh MIT repository is the source of truth for Game Protocol 1 and the + shared metaserver publisher/public-directory contracts: Protobuf schemas, + Buf policy, normative specifications, descriptors, generated Go/Rust + contracts, and language-neutral conformance fixtures. - GP1 is not the numeric C/Python registry in `atrinik/classic/protocol`. Do not add classic IDs, MAP2/ADS compatibility, C/Python bindings, or a dual protocol path here. diff --git a/policy/dependencies.json b/policy/dependencies.json index 5279d65..dcc481b 100644 --- a/policy/dependencies.json +++ b/policy/dependencies.json @@ -19,7 +19,7 @@ "GPL-3.0-or-later" ], "ci_tools": [ - {"name":"actions/setup-go","version":"6.0.0","revision":"924ae3a1cded613372ab5595356fb5720e22ba16","source":"https://github.com/actions/setup-go"}, + {"name":"actions/setup-go","version":"7.0.0","revision":"b7ad1dad31e06c5925ef5d2fc7ad053ef454303e","source":"https://github.com/actions/setup-go"}, {"name":"protoc","version":"35.0","source":"https://github.com/protocolbuffers/protobuf","linux_amd64_sha256":"a45cda0989c17dd950db55f6fbe1e5814c50fda08e87aa422980ac1f89dddbbc"}, {"name":"Syft","version":"1.50.0","source":"https://github.com/anchore/syft","linux_amd64_sha256":"bf7b29ff57f06da30918266a0e1c2885a8f99784798d1bdb1628886aa015d788"}, {"name":"actions/setup-node","version":"7.0.0","revision":"820762786026740c76f36085b0efc47a31fe5020","source":"https://github.com/actions/setup-node"},