Skip to content

Commit 5500f9d

Browse files
committed
Updated to Go version tested on.
1 parent 1efa552 commit 5500f9d

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
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.22'
17+
go-version: '1.24.4'
1818
- name: Tidy & vet
1919
run: |
2020
go mod tidy -v

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
## Installation
2222

2323
```bash
24-
# Go ≥1.22
24+
# Go ≥1.24.4
2525
go install github.com/krisfur/gopherdash@latest
2626
```
2727

0 commit comments

Comments
 (0)