From 9c38a88e55fe77c207d1f9719e2a5b3c579efb7c Mon Sep 17 00:00:00 2001 From: Mojtaba Arezoomand Date: Sun, 5 Oct 2025 13:29:48 +0330 Subject: [PATCH 1/2] chore: bump go version --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 702bbdc..5c309a6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,7 @@ on: env: # Upload coverage only for this go version. - LATEST_GO_VERSION: "1.21" + LATEST_GO_VERSION: "1.23" jobs: test: @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest"] - go: ["1.18", "1.19", "1.20", "1.21"] + go: ["1.21", "1.22", "1.23"] name: ${{ matrix.os }} & Go ${{ matrix.go }} From d164ab27d68d25089767bb09a69b9f54b2547792 Mon Sep 17 00:00:00 2001 From: Mojtaba Arezoomand Date: Sun, 5 Oct 2025 13:30:57 +0330 Subject: [PATCH 2/2] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dd3d9a..e4bcfd2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you want to get the most out of this package I highly recommend to read OSRM #### Installation --- -Requires Go >= 1.18: `go get github.com/mojixcoder/gosrm` +Requires Go >= 1.21: `go get github.com/mojixcoder/gosrm` #### How To Use ---