We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63aba98 commit acf5a4cCopy full SHA for acf5a4c
.github/workflows/echo-contrib.yml
@@ -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.23", "1.24", "1.25"]
+ go: ["1.24", "1.25"]
29
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
30
runs-on: ${{ matrix.os }}
31
steps:
0 commit comments