Skip to content

Commit f42fea3

Browse files
authored
Merge pull request #327 from shogo82148/drop-support-of-go1.22
2 parents 82662b9 + da3ec37 commit f42fea3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ jobs:
1515
- "macos-latest"
1616
go:
1717
- "stable"
18+
- "1.24"
1819
- "1.23"
19-
- "1.22"
20-
- "1.21"
21-
- "1.20"
2220
fail-fast: false
2321
runs-on: ${{ matrix.os }}
2422
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/shogo82148/goa-v1
22

3-
go 1.20
3+
go 1.23.0
44

55
require (
66
github.com/ajg/form v1.5.1

0 commit comments

Comments
 (0)