Skip to content

Commit 4c10765

Browse files
committed
Bump minimum required Go version to 1.20
Signed-off-by: Timo Beckers <timo@incline.eu>
1 parent 5558984 commit 4c10765

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
go-version: [1.18, 1.19]
13+
go-version: ["1.20", "1.21"]
1414
runs-on: ubuntu-latest
1515

1616
steps:

.github/workflows/linux-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
go-version: [1.18, 1.19]
13+
go-version: ["1.20", "1.21"]
1414
runs-on: ubuntu-latest
1515

1616
steps:

.github/workflows/linux-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
go-version: [1.18, 1.19]
13+
go-version: ["1.20", "1.21"]
1414
runs-on: ubuntu-latest
1515

1616
steps:

go.mod

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

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/google/go-cmp v0.6.0

0 commit comments

Comments
 (0)