We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d55587 commit aefb12eCopy full SHA for aefb12e
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Go
21
uses: actions/setup-go@v5
22
with:
23
- go-version: '1.21'
+ go-version: '1.24'
24
25
- name: Build
26
run: go build -v ./...
go.mod
@@ -2,7 +2,7 @@ module github.com/timsutton/speedwagon
2
3
go 1.22
4
5
-toolchain go1.24.0
+toolchain go1.24.1
6
7
require (
8
github.com/dustin/go-humanize v1.0.1
0 commit comments