Skip to content

Commit e7c87fe

Browse files
committed
bump min go version to 1.21
1 parent 419b3ad commit e7c87fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Go
1111
uses: actions/setup-go@v3
1212
with:
13-
go-version: '1.20.x'
13+
go-version: '1.21.x'
1414
cache: true
1515

1616
- name: Build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Try Trakx for yourself! These instances are hosted on Oracles always free tier.
2828

2929
## 🚀 Install
3030

31-
Go 1.20+ required.
31+
Go 1.21+ required.
3232

3333
```sh
3434
git clone https://github.com/crimist/trakx && cd trakx

0 commit comments

Comments
 (0)