We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82662b9 + da3ec37 commit f42fea3Copy full SHA for f42fea3
.github/workflows/test.yml
@@ -15,10 +15,8 @@ jobs:
15
- "macos-latest"
16
go:
17
- "stable"
18
+ - "1.24"
19
- "1.23"
- - "1.22"
20
- - "1.21"
21
- - "1.20"
22
fail-fast: false
23
runs-on: ${{ matrix.os }}
24
steps:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/shogo82148/goa-v1
2
3
-go 1.20
+go 1.23.0
4
5
require (
6
github.com/ajg/form v1.5.1
0 commit comments