[PR #4190] [MERGED] fix golangci workflow not enable gofmt and goimports #16683

Closed
opened 2026-04-16 05:39:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/4190
Author: @alwqx
Created: 5/6/2024
Status: Merged
Merged: 5/7/2024
Merged by: @jmorganca

Base: mainHead: fix/golang-ci


📝 Commits (1)

  • 89244b5 fix golangci workflow missing gofmt and goimports

📊 Changes

3 files changed (+4 additions, -4 deletions)

View changed files

📝 .gitattributes (+1 -0)
📝 .github/workflows/test.yaml (+1 -1)
📝 .golangci.yaml (+2 -3)

📄 Description

Hi, this pr tries to fix golangci not enable gofmt and goimport in github workflows.

All workflows have passed. But I notice * text eol=lf was removed in commit 9164b0161 which v0.1.33 was released. So I still need help from maintainers because .github/workflows/release.yaml is not tested. By now I can not trigger release workflow in my own repo https://github.com/alwqx/ollama because .github/workflows/release.yaml references some environments which I don't have or I don't known how to get my own value:

  • MACOS_SIGNING_KEY
  • MACOS_SIGNING_KEY_PASSWORD
  • APPLE_IDENTITY
  • APPLE_PASSWORD
  • APPLE_ID
  • KEY_CONTAINER
  • GOOGLE_SIGNING_CREDENTIALS
  • ...

I hope maintainer/collaborators help test release workflow for this change.


🔄 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/ollama/ollama/pull/4190 **Author:** [@alwqx](https://github.com/alwqx) **Created:** 5/6/2024 **Status:** ✅ Merged **Merged:** 5/7/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `fix/golang-ci` --- ### 📝 Commits (1) - [`89244b5`](https://github.com/ollama/ollama/commit/89244b5b2e42dde6c76131c87973c7743b296a41) fix golangci workflow missing gofmt and goimports ### 📊 Changes **3 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+1 -0) 📝 `.github/workflows/test.yaml` (+1 -1) 📝 `.golangci.yaml` (+2 -3) </details> ### 📄 Description Hi, this pr tries to fix golangci not enable `gofmt` and `goimport` in github workflows. All workflows have passed. But I notice `* text eol=lf` was removed in commit [9164b0161](https://github.com/ollama/ollama/commit/9164b0161bcb24e543cba835a8863b80af2c0c21) which v0.1.33 was released. So I still need help from maintainers because `.github/workflows/release.yaml` is not tested. By now I can not trigger release workflow in my own repo https://github.com/alwqx/ollama because `.github/workflows/release.yaml` references some environments which I don't have or I don't known how to get my own value: - MACOS_SIGNING_KEY - MACOS_SIGNING_KEY_PASSWORD - APPLE_IDENTITY - APPLE_PASSWORD - APPLE_ID - KEY_CONTAINER - GOOGLE_SIGNING_CREDENTIALS - ... I hope maintainer/collaborators help test release workflow for this change. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 05:39:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#16683