We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419b3ad commit e7c87feCopy full SHA for e7c87fe
.github/workflows/go.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Set up Go
11
uses: actions/setup-go@v3
12
with:
13
- go-version: '1.20.x'
+ go-version: '1.21.x'
14
cache: true
15
16
- name: Build
README.md
@@ -28,7 +28,7 @@ Try Trakx for yourself! These instances are hosted on Oracles always free tier.
28
29
## 🚀 Install
30
31
-Go 1.20+ required.
+Go 1.21+ required.
32
33
```sh
34
git clone https://github.com/crimist/trakx && cd trakx
0 commit comments