Skip to content

Commit 96fb2d5

Browse files
committed
go 1.24
1 parent 6964e9e commit 96fb2d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
go:
19-
- "1.21"
19+
- "1.24"
2020
- "stable"
2121
steps:
2222
- uses: actions/checkout@v4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/linkdata/bwlimit
22

3-
go 1.21
3+
go 1.24

0 commit comments

Comments
 (0)