Commit Graph

50 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 43c46d352e chore: update minimum Go version to 1.25.0 and add 1.26.x to CI workflows
Agent-Logs-Url: https://github.com/gofiber/storage/sessions/925fcfc5-f9cd-453a-b814-832655f63b82

Co-authored-by: gaby <835733+gaby@users.noreply.github.com>
2026-04-17 03:10:27 +00:00
copilot-swe-agent[bot] 2697c80fc6 Add Go version 1.25.x to all golang workflows
Co-authored-by: ReneWerner87 <7063188+ReneWerner87@users.noreply.github.com>
2025-12-11 07:59:23 +00:00
Juan Calderon-Perez d5882b84e2 Format yaml files using github.com/google/yamlfmt/cmd/yamlfmt 2025-11-20 22:27:05 -05:00
Juan Calderon-Perez b2eb366c19 Update all dependencies across modules. Update workflows to remove go1.23 2025-11-20 21:15:21 -05:00
dependabot[bot] 68bc0450a2 chore(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-20 20:47:42 +00:00
RW 698e5e8e38 Merge pull request #1895 from gofiber/dependabot/github_actions/actions/setup-go-6 2025-11-20 15:38:48 +01:00
RW 6f976b9ae5 Merge pull request #1861 from gofiber/dependabot/github_actions/actions/checkout-5 2025-11-20 10:56:36 +01:00
René 5545ded232 optimize workflows
Benchmark / changes (push) Has been cancelled
Benchmark / compare (push) Has been cancelled
Golangci-Lint Check / changes (push) Has been cancelled
Golangci-Lint Check / lint (push) Has been cancelled
Release Drafter (All) / changes (push) Has been cancelled
Release Drafter (All) / release-drafter (push) Has been cancelled
2025-11-19 15:54:40 +01:00
dependabot[bot] a55542ee06 chore(deps): bump actions/setup-go from 5 to 6
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-04 12:13:41 +00:00
dependabot[bot] 898b72b8f3 chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 15:47:43 +00:00
Manuel de la Peña 912bb43630 chore: align Go version matrix to use 1.23 and 1.24 2025-04-09 14:03:46 +02:00
Manuel de la Peña 093771565c chore: retire Go 1.21 2025-03-18 14:02:18 +01:00
Manuel de la Peña f1d4944525 chore: run tests in 1.24.x 2025-03-18 11:03:19 +01:00
Manuel de la Peña 78da7fcbd1 chore(ci): run modules in Go 1.21 and above 2024-12-11 14:08:53 +01:00
Manuel de la Peña c80f1269f0 chore: adjust Go matrix versions to use 1.20 as the minimum version 2024-09-16 14:26:29 +02:00
Manuel de la Peña de8f798d6e chore: consistent Go versions matrix 2024-08-29 16:34:19 +02:00
Manuel de la Peña 4ad4b034cb chor: consistent Go version 2024-08-29 14:58:11 +02:00
Manuel de la Peña ff25433c70 fix: proper Go version matrix 2024-08-29 14:55:30 +02:00
Manuel de la Peña 2f174934c2 chore: use testcontainers-go in mysql store 2024-08-29 11:56:33 +02:00
dependabot[bot] ad37acae04 Bump actions/setup-go from 4 to 5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 07:58:05 +00:00
dependabot[bot] 095dbdbf59 Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 06:16:40 +00:00
Juan Calderon-Perez 9291b82212 Update all test files with go1.21, update all go.mod files to go1.19 2023-08-19 22:56:22 -04:00
René Werner f07e3fd77f repair test workflows 2023-06-12 08:09:39 +02:00
Juan Calderon-Perez 62a2237b12 Remove platforms from test matrix 2023-03-28 05:51:25 -07:00
Juan Calderon-Perez 5b601650c1 Revert "Fix platform field for all test workflows"
This reverts commit 4fff115484.
2023-03-27 20:11:36 -07:00
Juan Calderon-Perez 4fff115484 Fix platform field for all test workflows 2023-03-27 20:03:02 -07:00
Juan Calderon-Perez c2fc6d75f2 Updates to dependencies and go.mod files 2023-03-27 18:51:46 -07:00
dependabot[bot] 8488eb63a7 Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 08:02:17 +00:00
René Werner c7383c18b7 optimize release drafter and test workflows 2023-02-20 21:11:07 +01:00
René Werner bdf971b980 only run test when something in the package has changed 2023-02-20 20:14:20 +01:00
gaby 5a40e781c1 Deprecate support for go 1.14 and go 1.15 2022-11-20 04:20:05 -08:00
René Werner bf76d31f6c update dependabot_automerge.yml 2022-09-11 13:19:28 +02:00
dependabot[bot] e2ce496727 Bump actions/checkout from 2 to 3 (#421)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 15:31:46 +02:00
dependabot[bot] 81c40a28df Bump actions/setup-go from 2 to 3 (#424)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 14:51:02 +02:00
wernerr 364ffb1dda improve test workflow 2022-08-03 13:17:25 +02:00
wernerr 6d96fb56af add caching layer for the test actions 2022-05-23 11:23:34 +02:00
M. Efe Çetin c2fa94c9f4 Update CI/CD tests. (#226) 2021-10-10 11:45:21 -04:00
Fenny f7e5345bc3 🧪 add memcache test 2020-11-05 09:44:33 +01:00
Fenny f965c69512 🧪 update tests 2020-11-05 09:37:33 +01:00
Fenny 6710398f03 update readme 2020-11-05 06:18:29 +01:00
Fenny 53f5b272a1 zzz 2020-11-05 05:44:12 +01:00
Fenny b26c0e0c71 Update test-mysql.yml 2020-11-05 05:37:29 +01:00
Fenny 7c9206a57e Update test-mysql.yml 2020-11-05 05:28:01 +01:00
Fenny b459d07c32 Update test-mysql.yml 2020-11-05 05:27:33 +01:00
Fenny b4a848ca29 🎄 xmas present 2020-11-05 04:17:05 +01:00
Fenny 68293727fa test 2020-11-04 02:44:27 +01:00
Fenny 458644287c 🧪 add redis test 2020-11-04 02:24:55 +01:00
kiyon 34441f5b7c 👷 Separate database test into different tags and enable default test CI. 2020-11-03 08:59:29 +08:00
Tom dbe94214f8 Tests: Add "name" field to MySQL test 2020-11-02 20:18:22 +00:00
Tom 6be5947d8c Tests: add MySQL specific test action 2020-11-02 20:14:47 +00:00