Skip to content

Commit

Permalink
Bump minimum required Go version to 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Beckers <timo@incline.eu>
  • Loading branch information
ti-mo committed Oct 16, 2023
1 parent db791b2 commit 8ea3a62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.18, 1.19]
go-version: [1.20, 1.21]
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.18, 1.19]
go-version: [1.20, 1.21]
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.18, 1.19]
go-version: [1.20, 1.21]
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ti-mo/conntrack

go 1.18
go 1.20

require (
github.com/google/go-cmp v0.6.0
Expand Down

0 comments on commit 8ea3a62

Please sign in to comment.