[PR #698] [MERGED] deps: upgrade to Go 1.21 #738

Closed
opened 2026-02-25 23:35:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/698
Author: @fmartingr
Created: 8/13/2023
Status: Merged
Merged: 9/16/2023
Merged by: @fmartingr

Base: masterHead: go-1.21


📝 Commits (10+)

  • 69b54cc go 1.21
  • b062726 update dependencies
  • 9aec42c Merge branch 'master' into go-1.21
  • 78f9927 Updated direct dependencies
  • a4a83c3 -count=1 to test flags
  • dc4843d group dependabot updates into one PR
  • ac61ed3 get swag version from go.mod
  • 70b1b9e Merge remote-tracking branch 'origin/master' into go-1.21
  • f8baf63 show changes in swagger check
  • b725424 go mod tidy

📊 Changes

7 files changed (+127 additions, -94 deletions)

View changed files

📝 .github/dependabot.yml (+10 -2)
📝 .github/workflows/_test.yml (+2 -5)
📝 Makefile (+2 -2)
📝 docs/swagger/docs.go (+1 -2)
📝 go.mod (+27 -29)
📝 go.sum (+82 -54)
📝 scripts/swagger_check.sh (+3 -0)

📄 Description

  • Upgrade go to 1.21
  • Update all dependencies to their latest version
  • Disable cache in tests
  • Dependabot updates now should only create a single PR, instead of one per dependency

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-shiori/shiori/pull/698 **Author:** [@fmartingr](https://github.com/fmartingr) **Created:** 8/13/2023 **Status:** ✅ Merged **Merged:** 9/16/2023 **Merged by:** [@fmartingr](https://github.com/fmartingr) **Base:** `master` ← **Head:** `go-1.21` --- ### 📝 Commits (10+) - [`69b54cc`](https://github.com/go-shiori/shiori/commit/69b54cc0411a21a17dd4bc8695f04bd187057ef7) go 1.21 - [`b062726`](https://github.com/go-shiori/shiori/commit/b062726b8dcd09a2478a930a0fceb23b27cd6b49) update dependencies - [`9aec42c`](https://github.com/go-shiori/shiori/commit/9aec42c67f3eff39b5b0d3d3377a7ee3e383d3b4) Merge branch 'master' into go-1.21 - [`78f9927`](https://github.com/go-shiori/shiori/commit/78f99274f3beaf3ae930106ff8387f9e9f17c244) Updated direct dependencies - [`a4a83c3`](https://github.com/go-shiori/shiori/commit/a4a83c3bdc40b402947b70811844df7e239e5ba3) -count=1 to test flags - [`dc4843d`](https://github.com/go-shiori/shiori/commit/dc4843d65946576a1cfc0c61514369297e3d25cf) group dependabot updates into one PR - [`ac61ed3`](https://github.com/go-shiori/shiori/commit/ac61ed3fe8e6f56a3fceaa055edc16853b941b2a) get swag version from go.mod - [`70b1b9e`](https://github.com/go-shiori/shiori/commit/70b1b9e3103421d9bfefe039585f4c83de69966e) Merge remote-tracking branch 'origin/master' into go-1.21 - [`f8baf63`](https://github.com/go-shiori/shiori/commit/f8baf633a5eecbfa40538b36d1a9314c42efa2c3) show changes in swagger check - [`b725424`](https://github.com/go-shiori/shiori/commit/b72542405f592122341d80a502144f4d6cba99c5) go mod tidy ### 📊 Changes **7 files changed** (+127 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `.github/dependabot.yml` (+10 -2) 📝 `.github/workflows/_test.yml` (+2 -5) 📝 `Makefile` (+2 -2) 📝 `docs/swagger/docs.go` (+1 -2) 📝 `go.mod` (+27 -29) 📝 `go.sum` (+82 -54) 📝 `scripts/swagger_check.sh` (+3 -0) </details> ### 📄 Description - Upgrade go to 1.21 - Update all dependencies to their latest version - Disable cache in tests - Dependabot updates now should only create a single PR, instead of one per dependency --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:35:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#738
No description provided.