1
0
mirror of https://github.com/labstack/echo.git synced 2025-12-26 00:11:46 +02:00
Commit Graph

37 Commits

Author SHA1 Message Date
Martti T.
5ac2f11f21 Use Go 1.25 in CI (#2810)
* Use Go 1.25 in CI

* Disable test: in Go 1.24 and earlier http.NoBody would result ContentLength=-1 but as of Go 1.25 http.NoBody would result ContentLength=0 I am too lazy to bother documenting this as 2 version specific tests.
2025-08-29 17:53:06 +03:00
Martti T.
c44f6283f0 CI: test with Go 1.24 (#2748) 2025-02-12 19:17:34 +02:00
toimtoimtoim
9e73691837 Shorten Github issue template and add test example 2024-11-22 22:54:55 +02:00
toimtoimtoim
a5612d83d0 Add Go 1.23 to CI 2024-08-16 09:16:52 +03:00
toim
51c54f4734 CI: Use Go 1.22 2024-02-07 07:54:21 +02:00
Martti T
f12fdb09cd CI: upgrade actions/checkout to v4 and actions/setup-go to v5 (#2584)
* CI: upgrade actions/checkout to v4
* CI: upgrade actions/setup-go to v5
2024-01-28 17:16:51 +02:00
Martti T
77d5ae6a91 Use Go 1.21 in CI (#2505) 2023-08-12 09:01:30 +03:00
toimtoimtoim
a3998ac96a Upgrade deps due to the latest golang.org/x/net vulnerability 2023-02-19 20:26:17 +02:00
toimtoimtoim
bc75cc2b17 Add govulncheck to CI and bump dependencies. Refactor GitHub workflows. 2022-12-13 11:54:47 +02:00
Alex
40eb889d14 build: harden echo.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-12-08 21:48:16 +02:00
toimtoimtoim
a0c211542c Add staticcheck to CI flow 2022-11-21 16:26:13 +02:00
toimtoimtoim
b010b69329 Bump dependencies and add notes about Go releases we support 2022-11-12 21:52:54 +02:00
toimtoimtoim
61422dd7de Update CI-flow (Go 1.19 +deps) 2022-08-07 06:53:31 +03:00
toimtoimtoim
a987b6577c Update Github CI flow to use Go 1.18, bump actions versions 2022-04-29 22:34:24 +03:00
Vishal Rana
4b88e25e49 Create FUNDING.yml 2021-10-06 21:47:37 -07:00
Martti T
f6b45f2376 CI: test against Go 1.17 (#1984) 2021-09-15 16:29:35 -03:00
Martti T
a4ab482b60 Add Go 1.16 to CI and drop 1.12 specific code (#1850)
* Correct incorrect years in CHANGELOG.md
* CI tests with last 4 versions. Remove 1.12 and below specific code
* Rename proxy test
2021-04-16 11:38:12 +02:00
Martti T
9b0e63046b Fluent Binder for Query/Path/Form binding (#1717) (#1736)
* Fluent Binder for Query/Path/Form binding.
* CI: report coverage for latest go (1.15) version
* improve docs, remove uncommented code
* separate unixtime with sec and nanosec precision binding
2021-01-08 00:43:38 +01:00
Roland Lammel
6caec3032b Make our stalebot more relaxed
* Use newly added `stale` label for marking for auto-closing
* Ignore issues marked as bug or enhancement for stale marking
* Give more time for auto-closing of stale issue (30d instead of 7d)
2020-12-07 11:23:29 +01:00
Roland Lammel
b90e4e8ea1 Merge pull request #1702 from pafuent/increase_number_of_benchmarks_in_comparison_action
Increasing number of benchmarks on GitHub action
2020-12-01 11:24:29 +01:00
Pablo Andres Fuente
61514f1c84 Changes on codecov.yml will trigger GitHub Actions 2020-12-01 05:06:31 +00:00
Pablo Andres Fuente
364b7e6eca Increasing number of benchmarks on GitHub action
Now the number of times that the benchmarks are run before being
compared is 8 on the GitHub action.
2020-12-01 04:39:06 +00:00
Pablo Andres Fuente
5b9bbbd356 Adding GitHub action to compare benchmarks
The GitHub action runs all the benchmarks for the target branch, and the
compares those values with the benchmarks results for the PR new code.
2020-11-23 05:28:17 +00:00
Roland Lammel
ad3be08de1 Merge pull request #1683 from asahasrabuddhe/patch-2
Add support for Go 1.15 to CI
2020-11-20 13:38:34 +01:00
Ajitem Sahasrabuddhe
fdbcc2f94e add support for go 1.12 2020-11-20 17:11:08 +05:30
Arun Gopalpuri
b47042f385 adding decompress gzipped request middleware 2020-11-20 00:51:24 -08:00
Ajitem Sahasrabuddhe
d385a92e51 add support for Go 1.15 & drop support for Go 1.12 2020-11-13 17:30:47 +05:30
Florian Polster
31599cf1f4 Workflow also run on changes to go.mod, _fixture, .github changes 2020-11-11 10:19:05 +01:00
Florian Polster
a7b6d444a4 Run Test Workflow only if Go code was changed 2020-09-12 10:57:58 +02:00
Lars Lehtonen
c08f30359b test matrix add go1.14 (#1551)
test matrix deprecate go1.11
2020-04-25 11:01:54 -07:00
Ajitem Sahasrabuddhe
75620e6767 Migrate to GitHub Actions (#1473)
* add workflow yml

* fix syntax error

* update test command
2020-01-28 19:24:22 -08:00
Vishal Rana
81a66086ae Update ISSUE_TEMPLATE.md 2019-08-23 09:02:25 -07:00
Vishal Rana
a8de73efbe Added probot-stale
Signed-off-by: Vishal Rana <vr@labstack.com>
2018-11-29 16:28:21 -08:00
Vishal Rana
7c614588bc Updated github issue template
Signed-off-by: Vishal Rana <vr@labstack.com>
2017-06-22 11:27:49 -07:00
Vishal Rana
1e51b33509 Create ISSUE_TEMPLATE.md 2017-06-14 21:15:04 -07:00
Vishal Rana
ab7885d303 Update ISSUE_TEMPLATE.md 2016-08-29 13:45:46 -07:00
Vishal Rana
9f23055745 Create ISSUE_TEMPLATE.md 2016-06-04 16:42:29 -07:00