Skip to content

Commit a0ef0d6

Browse files
committed
drop support of Go 1.16
1 parent 6b28950 commit a0ef0d6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
- "1.19"
2121
- "1.18"
2222
- "1.17"
23-
- "1.16"
24-
- "1.15"
25-
- "1.14"
26-
- "1.13"
2723

2824
steps:
2925
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

go.mod

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

3-
go 1.15
3+
go 1.17

0 commit comments

Comments
 (0)