Skip to content

Commit f37d271

Browse files
committed
Bump Go to 1.24
Signed-off-by: Florian Lehner <dev@der-flo.net>
1 parent c794ea2 commit f37d271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
go-version: [1.20.x, 1.24.x, 1.25.x]
12+
go-version: [1.24.x, 1.25.x]
1313
runs-on: ubuntu-latest
1414

1515
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/florianl/bluebox
22

3-
go 1.20
3+
go 1.24
44

55
require github.com/cavaliergopher/cpio v1.0.1
66

0 commit comments

Comments
 (0)