We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c794ea2 commit f37d271Copy full SHA for f37d271
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
strategy:
11
matrix:
12
- go-version: [1.20.x, 1.24.x, 1.25.x]
+ go-version: [1.24.x, 1.25.x]
13
runs-on: ubuntu-latest
14
15
steps:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/florianl/bluebox
2
3
-go 1.20
+go 1.24
4
5
require github.com/cavaliergopher/cpio v1.0.1
6
0 commit comments