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 1efa552 commit 5500f9dCopy full SHA for 5500f9d
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Go
15
uses: actions/setup-go@v5
16
with:
17
- go-version: '1.22'
+ go-version: '1.24.4'
18
- name: Tidy & vet
19
run: |
20
go mod tidy -v
readme.md
@@ -21,7 +21,7 @@
21
## Installation
22
23
```bash
24
-# Go ≥1.22
+# Go ≥1.24.4
25
go install github.com/krisfur/gopherdash@latest
26
```
27
0 commit comments