Skip to content

Commit fcc8e7b

Browse files
committed
Add Go 1.26 to CI flow
1 parent 45284d9 commit fcc8e7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/echo-contrib.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
env:
1616
# run coverage and benchmarks only with the latest Go version
17-
LATEST_GO_VERSION: "1.25"
17+
LATEST_GO_VERSION: "1.26"
1818

1919
jobs:
2020
test:
@@ -25,7 +25,7 @@ jobs:
2525
# Echo CORE tests with last four major releases (unless there are pressing vulnerabilities)
2626
# As we depend on MANY DIFFERENT libraries which of SOME support last 2 Go releases we could have situations when
2727
# we derive from last four major releases promise.
28-
go: ["1.25"]
28+
go: ["1.25", "1.26"]
2929
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
3030
runs-on: ${{ matrix.os }}
3131
steps:

0 commit comments

Comments
 (0)