From 83a326287949f833ce081e19f2112919a5d700e0 Mon Sep 17 00:00:00 2001 From: Sebastian Birunt Date: Mon, 2 Sep 2024 14:59:06 +0200 Subject: [PATCH] chore: drop the support for `go` <1.18 Bob now requires `go` >=1.18. Lower versions are not supported anymore. Signed-off-by: Sebastian Birunt Change-Id: I2ad513adb745091385ea080b0c62f4555c5dd2c0 --- .github/workflows/ci.yml | 28 ++-------------------------- README.md | 2 +- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 747e952e..39c694d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,19 +61,7 @@ jobs: strategy: fail-fast: false matrix: - go: - [ - "1.11", - "1.12", - "1.13", - "1.14", - "1.15", - "1.16", - "1.17", - "1.18", - "1.19", - "1.20", - ] + go: ["1.18", "1.19", "1.20"] os: [ubuntu-latest] include: - go: "1.18" @@ -153,19 +141,7 @@ jobs: strategy: fail-fast: false matrix: - go: - [ - "1.11", - "1.12", - "1.13", - "1.14", - "1.15", - "1.16", - "1.17", - "1.18", - "1.19", - "1.20", - ] + go: ["1.18", "1.19", "1.20"] os: [ubuntu-latest] python: ["3.x"] runs-on: ${{ matrix.os }} diff --git a/README.md b/README.md index 6f20322f..5a159f13 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ do the heavy lifting. As such it has similarities with To use Bob you will need: -- golang (>=1.11) +- golang (>=1.18) - ninja-build (>=1.8) - python3 (>=3.6) - python3-ply