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.
1 parent b09bbbd commit 653ffa8Copy full SHA for 653ffa8
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v3
18
with:
19
- go-version: 1.14
+ go-version: 1.16
20
21
- name: Test
22
run: go test -v ./...
go.mod
@@ -1,6 +1,6 @@
1
module github.com/eosswedenorg-go/haproxy
2
3
-go 1.14
+go 1.16
4
5
// Retract v1.0.0 as there was already and old tag with this cached by proxy.golang.org
6
retract v1.0.0
0 commit comments