We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b8b55 commit 5ce8d26Copy full SHA for 5ce8d26
.github/workflows/echo.yml
@@ -25,7 +25,7 @@ jobs:
25
# Echo tests with last four major releases (unless there are pressing vulnerabilities)
26
# As we depend on `golang.org/x/` libraries which only support last 2 Go releases we could have situations when
27
# we derive from last four major releases promise.
28
- go: [ "1.24", "1.25" ]
+ go: [ "1.25" ]
29
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
30
runs-on: ${{ matrix.os }}
31
steps:
0 commit comments