Skip to content

Commit a597347

Browse files
authored
chore: bump Go version to 1.21 and drop support for older go versions (#5)
* chore: bump go version * docs: update readme
1 parent 662c7e5 commit a597347

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
# Upload coverage only for this go version.
13-
LATEST_GO_VERSION: "1.21"
13+
LATEST_GO_VERSION: "1.23"
1414

1515
jobs:
1616
test:
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: ["ubuntu-latest"]
26-
go: ["1.18", "1.19", "1.20", "1.21"]
26+
go: ["1.21", "1.22", "1.23"]
2727

2828
name: ${{ matrix.os }} & Go ${{ matrix.go }}
2929

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you want to get the most out of this package I highly recommend to read OSRM
1818

1919
#### Installation
2020
---
21-
Requires Go >= 1.18: `go get github.com/mojixcoder/gosrm`
21+
Requires Go >= 1.21: `go get github.com/mojixcoder/gosrm`
2222

2323
#### How To Use
2424
---

0 commit comments

Comments
 (0)