[PR #151] [CLOSED] github/workflows/main: add macos and fix build #382

Closed
opened 2026-03-03 12:29:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/151
Author: @fsouza
Created: 12/20/2019
Status: Closed

Base: masterHead: fix-darwin


📝 Commits (3)

  • a21126a github/workflows/main: add macos
  • 0e4d9e3 internal/backend: fix build on macos
  • 2145c49 github/workflows: bump version of actions/*

📊 Changes

8 files changed (+50 additions, -14 deletions)

View changed files

📝 .github/workflows/docker-push.yml (+2 -2)
📝 .github/workflows/docker-tests.yml (+1 -1)
📝 .github/workflows/goreleaser-test.yml (+1 -1)
📝 .github/workflows/goreleaser.yml (+1 -1)
📝 .github/workflows/main.yml (+9 -6)
📝 internal/backend/fs.go (+1 -3)
internal/backend/time_darwin.go (+17 -0)
internal/backend/time_linux.go (+18 -0)

📄 Description

No description provided


🔄 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/fsouza/fake-gcs-server/pull/151 **Author:** [@fsouza](https://github.com/fsouza) **Created:** 12/20/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-darwin` --- ### 📝 Commits (3) - [`a21126a`](https://github.com/fsouza/fake-gcs-server/commit/a21126a88482aefd7f28a8ee6ca82a4f98b39aea) github/workflows/main: add macos - [`0e4d9e3`](https://github.com/fsouza/fake-gcs-server/commit/0e4d9e37cf4672b1ddd45a185483c0580e74be76) internal/backend: fix build on macos - [`2145c49`](https://github.com/fsouza/fake-gcs-server/commit/2145c49fca93d3498fd131f1379c02b2cca37ba2) github/workflows: bump version of actions/* ### 📊 Changes **8 files changed** (+50 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-push.yml` (+2 -2) 📝 `.github/workflows/docker-tests.yml` (+1 -1) 📝 `.github/workflows/goreleaser-test.yml` (+1 -1) 📝 `.github/workflows/goreleaser.yml` (+1 -1) 📝 `.github/workflows/main.yml` (+9 -6) 📝 `internal/backend/fs.go` (+1 -3) ➕ `internal/backend/time_darwin.go` (+17 -0) ➕ `internal/backend/time_linux.go` (+18 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:29:44 +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/fake-gcs-server#382
No description provided.