[PR #628] [MERGED] deps: update to go 1.20 + dependencies. Fixes CI #703

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

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/628
Author: @fmartingr
Created: 7/2/2023
Status: Merged
Merged: 7/2/2023
Merged by: @fmartingr

Base: masterHead: deps/go-1.20


📝 Commits (5)

  • 5d8d711 deps: update go1.20 and dependencies
  • d2d523e fix: goreleaser archives
  • 7aed734 ci: removed unused notify irc action
  • 4be58ee ci: updated workflow dependency versions
  • f2a984e fix: typo

📊 Changes

9 files changed (+50 additions, -1894 deletions)

View changed files

📝 .github/workflows/_buildx.yml (+2 -2)
📝 .github/workflows/_golangci-lint.yml (+2 -2)
📝 .github/workflows/_gorelease.yml (+4 -4)
📝 .github/workflows/_test.yml (+3 -3)
.github/workflows/release_notify.yml (+0 -20)
📝 .github/workflows/version_bump.yml (+1 -1)
📝 .goreleaser.yaml (+6 -7)
📝 go.mod (+11 -12)
📝 go.sum (+21 -1843)

📄 Description

  • Update Golang to 1.20
  • Updates all direct dependencies
  • Removes non-working IRC notification for new releases
  • Refactored all github action workflows to use SHA pinned versions
  • Fixed goreleaser YAML archives.replacements deprecated key

🔄 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/628 **Author:** [@fmartingr](https://github.com/fmartingr) **Created:** 7/2/2023 **Status:** ✅ Merged **Merged:** 7/2/2023 **Merged by:** [@fmartingr](https://github.com/fmartingr) **Base:** `master` ← **Head:** `deps/go-1.20` --- ### 📝 Commits (5) - [`5d8d711`](https://github.com/go-shiori/shiori/commit/5d8d7114e00b4e6e614c4066f0d555ad0eed2690) deps: update go1.20 and dependencies - [`d2d523e`](https://github.com/go-shiori/shiori/commit/d2d523e70ee71f70906e9e8bde988e7c75142db5) fix: goreleaser archives - [`7aed734`](https://github.com/go-shiori/shiori/commit/7aed7343acb9ca137dbe6052fddfa383bb3fcc2c) ci: removed unused notify irc action - [`4be58ee`](https://github.com/go-shiori/shiori/commit/4be58ee3c0f3d6ac9a13ac4f077250ce85138049) ci: updated workflow dependency versions - [`f2a984e`](https://github.com/go-shiori/shiori/commit/f2a984eb792992aec417c21732b68f7dc9add6b1) fix: typo ### 📊 Changes **9 files changed** (+50 additions, -1894 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/_buildx.yml` (+2 -2) 📝 `.github/workflows/_golangci-lint.yml` (+2 -2) 📝 `.github/workflows/_gorelease.yml` (+4 -4) 📝 `.github/workflows/_test.yml` (+3 -3) ➖ `.github/workflows/release_notify.yml` (+0 -20) 📝 `.github/workflows/version_bump.yml` (+1 -1) 📝 `.goreleaser.yaml` (+6 -7) 📝 `go.mod` (+11 -12) 📝 `go.sum` (+21 -1843) </details> ### 📄 Description - Update Golang to 1.20 - Updates all direct dependencies - Removes non-working IRC notification for new releases - Refactored all github action workflows to use SHA pinned versions - Fixed goreleaser YAML `archives.replacements` deprecated key --- <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:11 +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#703
No description provided.