Skip to content

Commit 2c377f1

Browse files
authored
add Go 1.26 to CI flow + update security.md contents
add Go 1.26 to CI flow
2 parents 215808e + 817d037 commit 2c377f1

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
env:
1616
# run static analysis only with the latest Go version
17-
LATEST_GO_VERSION: "1.25"
17+
LATEST_GO_VERSION: "1.26"
1818

1919
jobs:
2020
check:

.github/workflows/echo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
env:
1616
# run coverage and benchmarks only with the latest Go version
17-
LATEST_GO_VERSION: "1.25"
17+
LATEST_GO_VERSION: "1.26"
1818

1919
jobs:
2020
test:
@@ -25,7 +25,7 @@ jobs:
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:

SECURITY.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
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.

0 commit comments

Comments
 (0)