Skip to content

Commit 653ffa8

Browse files
committed
Require go v1.16 as the minimum version.
1 parent b09bbbd commit 653ffa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.14
19+
go-version: 1.16
2020

2121
- name: Test
2222
run: go test -v ./...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/eosswedenorg-go/haproxy
22

3-
go 1.14
3+
go 1.16
44

55
// Retract v1.0.0 as there was already and old tag with this cached by proxy.golang.org
66
retract v1.0.0

0 commit comments

Comments
 (0)