Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code.analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- ".github/workflows/code.analysis.yml"

env:
GO_VERSION: "1.21"
GO_VERSION: "1.23"

jobs:
analysis:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- ".github/workflows/golangci.lint.yml"

env:
GO_VERSION: "1.21"
GO_VERSION: "1.23"

jobs:
analysis:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "v*"

env:
GO_VERSION: "1.21"
GO_VERSION: "1.23"

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- ".github/workflows/test.yml"

env:
GO_VERSION: "1.21"
GO_VERSION: "1.23"

jobs:
test:
Expand Down
9 changes: 4 additions & 5 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Security Policy


## Supported Versions

Supported [Go versions](https://go.dev/dl/):

| Version | Supported |
| ------- | ------------------ |
| 1.22.x | :white_check_mark: |
| 1.21.x | :white_check_mark: |
| < 1.21 | :x: |
| 1.24.x | :white_check_mark: |
| 1.23.x | :white_check_mark: |
| < 1.23 | :x: |

# Reporting a Vulnerability

If you would like to report a vulnerability in the Easegress or to let us know of a publicly disclosed security vulnerability (e.g. https://nvd.nist.gov/vuln/detail/CVE-2019-6486 ), please email us [email protected].
If you would like to report a vulnerability in the Easegress or to let us know of a publicly disclosed security vulnerability (e.g. <https://nvd.nist.gov/vuln/detail/CVE-2019-6486> ), please email us <[email protected]>.
2 changes: 1 addition & 1 deletion build/package/Dockerfile.builder
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM golang:1.24.2-alpine
FROM golang:1.23-alpine
RUN apk --no-cache add make git
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/megaease/easegress/v2

go 1.21
go 1.23

// replace (
// github/megaease/easegress => ./
Expand Down
Loading