File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed
Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414
1515env :
1616 # run static analysis only with the latest Go version
17- LATEST_GO_VERSION : " 1.25 "
17+ LATEST_GO_VERSION : " 1.26 "
1818
1919jobs :
2020 check :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414
1515env :
1616 # run coverage and benchmarks only with the latest Go version
17- LATEST_GO_VERSION : " 1.25 "
17+ LATEST_GO_VERSION : " 1.26 "
1818
1919jobs :
2020 test :
2525 # Echo tests with last four major releases (unless there are pressing vulnerabilities)
2626 # As we depend on `golang.org/x/` libraries which only support the last 2 Go releases, we could have situations when
2727 # we derive from the 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 :
Original file line number Diff line number Diff line change 22
33## Supported Versions
44
5- Use this section to tell people about which versions of your project are
6- currently being supported with security updates.
7-
8- | Version | Supported |
9- | ------- | ------------------ |
10- | 5.x.x | :white_check_mark : |
11- | > 4.15.x | :white_check_mark : |
12- | < 4.0 | :x : |
5+ | Version | Supported |
6+ | -----------| -------------------------------------|
7+ | 5.x.x | :white_check_mark : |
8+ | >= 4.15.x | :white_check_mark : until 2026.12.31 |
9+ | < 4.15 | :x : |
1310
1411## Reporting a Vulnerability
1512
16- At the moment look for maintainers email(s) in commits and email them.
13+ https://github.com/labstack/echo/security/advisories/new
14+
15+ or look for maintainers email(s) in commits and email them.
You can’t perform that action at this time.
0 commit comments