Skip to content

Commit 5bf2182

Browse files
author
Aaron Hopkins
committed
Update Go versions we test against, update dependencies.
1 parent bdd4ec6 commit 5bf2182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
go: ['1.13', '1.14', '1.15', '1.16']
15+
go: ['1.15', '1.16', '1.17', '1.18']
1616

1717
steps:
1818
- uses: actions/setup-go@v2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/die-net/http-tarpit
22

3-
go 1.16
3+
go 1.15

0 commit comments

Comments
 (0)