We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 195fedc + b56df1a commit 2fac219Copy full SHA for 2fac219
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- go: [ '1.15' ]
+ go: ['1.19', '1.20']
14
steps:
15
- uses: actions/checkout@v2
16
- name: Set up Go
go.mod
@@ -1,3 +1,3 @@
1
module github.com/pires/go-proxyproto
2
3
-go 1.13
+go 1.18
header_test.go
@@ -15,6 +15,7 @@ import (
const (
NO_PROTOCOL = "There is no spoon"
17
IP4_ADDR = "127.0.0.1"
18
+ IP4IN6_ADDR = "::ffff:127.0.0.1"
19
IP6_ADDR = "::1"
20
IP6_LONG_ADDR = "1234:5678:9abc:def0:cafe:babe:dead:2bad"
21
PORT = 65533
0 commit comments