We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662c7e5 commit a597347Copy full SHA for a597347
.github/workflows/test.yaml
@@ -10,7 +10,7 @@ on:
10
11
env:
12
# Upload coverage only for this go version.
13
- LATEST_GO_VERSION: "1.21"
+ LATEST_GO_VERSION: "1.23"
14
15
jobs:
16
test:
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: ["ubuntu-latest"]
26
- go: ["1.18", "1.19", "1.20", "1.21"]
+ go: ["1.21", "1.22", "1.23"]
27
28
name: ${{ matrix.os }} & Go ${{ matrix.go }}
29
README.md
@@ -18,7 +18,7 @@ If you want to get the most out of this package I highly recommend to read OSRM
18
19
#### Installation
20
---
21
-Requires Go >= 1.18: `go get github.com/mojixcoder/gosrm`
+Requires Go >= 1.21: `go get github.com/mojixcoder/gosrm`
22
#### How To Use
0 commit comments