[PR #11998] [CLOSED] uploaded the multi version checking for go #24221

Closed
opened 2026-04-19 17:27:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/11998
Author: @Ronitsabhaya75
Created: 8/20/2025
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • ac68965 uploaded the multi version cehcking for go
  • ad02483 uploaded the multi version cehcking for go

📊 Changes

2 files changed (+81 additions, -1 deletions)

View changed files

.github/workflows/ci.yml (+80 -0)
📝 go.mod (+1 -1)

📄 Description

  • Multi-version Go testing (Go 1.20.x and 1.21.x)
  • Automated testing with race detection and coverage reporting
  • Code building to ensure compilation works
  • Linting using golangci-lint (which integrates with your existing .golangci.yaml)
  • Caching for Go modules to speed up builds
  • Coverage reporting integration with Codecov

🔄 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/11998 **Author:** [@Ronitsabhaya75](https://github.com/Ronitsabhaya75) **Created:** 8/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`ac68965`](https://github.com/ollama/ollama/commit/ac689650e3fa7305e6abd7c1e00b0836db8812a5) uploaded the multi version cehcking for go - [`ad02483`](https://github.com/ollama/ollama/commit/ad0248333c5309d8658dc87d3f3c579f5d009c1c) uploaded the multi version cehcking for go ### 📊 Changes **2 files changed** (+81 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/ci.yml` (+80 -0) 📝 `go.mod` (+1 -1) </details> ### 📄 Description - Multi-version Go testing (Go 1.20.x and 1.21.x) - Automated testing with race detection and coverage reporting - Code building to ensure compilation works - Linting using golangci-lint (which integrates with your existing .golangci.yaml) - Caching for Go modules to speed up builds - Coverage reporting integration with Codecov --- <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-19 17:27:17 -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#24221