Skip to content

Commit 7399c37

Browse files
committed
let's use 1.25.6 for now
1 parent 92db74c commit 7399c37

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
build-test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6.0.2
1414

1515
- name: Set up Go
16-
uses: actions/setup-go@v5
16+
uses: actions/setup-go@v6.2.0
1717
with:
1818
go-version: "1.25"
1919

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repository is a Go TWAMP implementation with strict RFC semantics and stron
1414

1515
## Toolchain and environment
1616

17-
- Go version: `1.25.x` (module uses `go 1.25.7`).
17+
- Go version: `1.25.x` (module uses `go 1.25.6`).
1818
- Module path: `github.com/ncode/twamp`.
1919
- Main packages: `client`, `server`, `messages`, `common`, `crypto`, `metrics`, `logging`.
2020
- Integration tests: `test/integration`.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
We welcome well‑engineered, RFC‑compliant contributions. Keep changes small, focused, and production‑ready.
44

55
## Prerequisites
6-
- Go 1.25.7 or newer
6+
- Go 1.25.6 or newer
77
- GitHub account with a fork of this repo
88
- Platform(s) for testing platform‑specific code as applicable (Linux/BSD/Windows)
99

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ncode/twamp
22

3-
go 1.25.7
3+
go 1.25.6
44

55
require (
66
github.com/prometheus/client_golang v1.23.2

0 commit comments

Comments
 (0)