From 86c72fdafc0cf84d17f1c7968db26192162958d7 Mon Sep 17 00:00:00 2001 From: Sonam Tenzin Date: Fri, 23 Jan 2026 12:53:26 +0530 Subject: [PATCH 1/3] test check --- coordinate/phantom.go | 1 + 1 file changed, 1 insertion(+) diff --git a/coordinate/phantom.go b/coordinate/phantom.go index 589896a2b..e38af985f 100644 --- a/coordinate/phantom.go +++ b/coordinate/phantom.go @@ -146,6 +146,7 @@ func GenerateRandom(nodes int, mean time.Duration, deviation time.Duration) [][] // starting out with everything at the origin). func Simulate(clients []*Client, truth [][]time.Duration, cycles int) { rand.Seed(1) + fmt.Printf("starting the process") nodes := len(clients) for cycle := 0; cycle < cycles; cycle++ { From 133dad8be973e86d8ec069e5cc6a3a918a6b5f8c Mon Sep 17 00:00:00 2001 From: Sonam Tenzin Date: Fri, 23 Jan 2026 13:12:58 +0530 Subject: [PATCH 2/3] build changes --- .github/workflows/check.yml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index f3358bcc5..ada72d1d3 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -15,7 +15,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - GO_VERSION: [ "1.19","1.20","1.21" ] + GO_VERSION: + - '1.19' # named in go.mod + - 'oldstable' + - 'stable' steps: - name: "Fetch source code" uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 @@ -49,7 +52,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - GO_VERSION: [ "1.19","1.20","1.21" ] + GO_VERSION: + - '1.19' # named in go.mod + - 'oldstable' + - 'stable' steps: - name: "Fetch source code" uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 @@ -90,7 +96,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - GO_VERSION: [ "1.19","1.20","1.21" ] + GO_VERSION: + - '1.19' # named in go.mod + - 'oldstable' + - 'stable' steps: - name: "Fetch source code" uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 @@ -122,7 +131,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - GO_VERSION: [ "1.19","1.20","1.21" ] + GO_VERSION: + - '1.19' # named in go.mod + - 'oldstable' + - 'stable' steps: - name: "Fetch source code" uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 From 8dcf75051c449578500311eac96f5dc3016c4d38 Mon Sep 17 00:00:00 2001 From: Sonam Tenzin Date: Fri, 23 Jan 2026 13:19:00 +0530 Subject: [PATCH 3/3] changed go.mod --- .github/workflows/check.yml | 8 ++++---- go.mod | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ada72d1d3..f37ad8883 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: GO_VERSION: - - '1.19' # named in go.mod + - '1.24' # named in go.mod - 'oldstable' - 'stable' steps: @@ -53,7 +53,7 @@ jobs: strategy: matrix: GO_VERSION: - - '1.19' # named in go.mod + - '1.24' # named in go.mod - 'oldstable' - 'stable' steps: @@ -97,7 +97,7 @@ jobs: strategy: matrix: GO_VERSION: - - '1.19' # named in go.mod + - '1.24' # named in go.mod - 'oldstable' - 'stable' steps: @@ -132,7 +132,7 @@ jobs: strategy: matrix: GO_VERSION: - - '1.19' # named in go.mod + - '1.24' # named in go.mod - 'oldstable' - 'stable' steps: diff --git a/go.mod b/go.mod index 8dcb22bb8..71408972b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/serf -go 1.19 +go 1.24.0 require ( github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e