We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d139ead commit dd13f4aCopy full SHA for dd13f4a
.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.23"
+ LATEST_GO_VERSION: "1.24"
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.21", "1.22", "1.23"]
+ go: ["1.23", "1.24"]
29
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
30
runs-on: ${{ matrix.os }}
31
steps:
0 commit comments