We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45284d9 commit fcc8e7bCopy full SHA for fcc8e7b
1 file changed
.github/workflows/echo-contrib.yml
@@ -14,7 +14,7 @@ permissions:
14
15
env:
16
# run coverage and benchmarks only with the latest Go version
17
- LATEST_GO_VERSION: "1.25"
+ LATEST_GO_VERSION: "1.26"
18
19
jobs:
20
test:
@@ -25,7 +25,7 @@ jobs:
25
# Echo CORE tests with last four major releases (unless there are pressing vulnerabilities)
26
# As we depend on MANY DIFFERENT libraries which of SOME support last 2 Go releases we could have situations when
27
# we derive from last four major releases promise.
28
- go: ["1.25"]
+ go: ["1.25", "1.26"]
29
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
30
runs-on: ${{ matrix.os }}
31
steps:
0 commit comments