mirror of
https://github.com/labstack/echo.git
synced 2024-11-24 08:22:21 +02:00
CI: Use Go 1.22
This commit is contained in:
parent
76994d17d5
commit
51c54f4734
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -14,7 +14,7 @@ permissions:
|
||||
|
||||
env:
|
||||
# run static analysis only with the latest Go version
|
||||
LATEST_GO_VERSION: "1.21"
|
||||
LATEST_GO_VERSION: "1.22"
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
4
.github/workflows/echo.yml
vendored
4
.github/workflows/echo.yml
vendored
@ -14,7 +14,7 @@ permissions:
|
||||
|
||||
env:
|
||||
# run coverage and benchmarks only with the latest Go version
|
||||
LATEST_GO_VERSION: "1.21"
|
||||
LATEST_GO_VERSION: "1.22"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@ -25,7 +25,7 @@ jobs:
|
||||
# Echo tests with last four major releases (unless there are pressing vulnerabilities)
|
||||
# As we depend on `golang.org/x/` libraries which only support last 2 Go releases we could have situations when
|
||||
# we derive from last four major releases promise.
|
||||
go: ["1.18", "1.19", "1.20", "1.21"]
|
||||
go: ["1.19", "1.20", "1.21", "1.22"]
|
||||
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user