Skip to content

Commit

Permalink
chore: drop the support for go <1.18
Browse files Browse the repository at this point in the history
Bob now requires `go` >=1.18.
Lower versions are not supported anymore.

Signed-off-by: Sebastian Birunt <sebastian.birunt@arm.com>
Change-Id: I2ad513adb745091385ea080b0c62f4555c5dd2c0
  • Loading branch information
birunts committed Sep 9, 2024
1 parent 5227d8e commit 83a3262
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
28 changes: 2 additions & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83a3262

Please sign in to comment.