Skip to content

Commit 7c8fd47

Browse files
committed
feat: test go 1.18 and mage-x
1 parent 4a8e213 commit 7c8fd47

File tree

4 files changed

+14
-125
lines changed

4 files changed

+14
-125
lines changed

.github/.env.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GO_PRIMARY_VERSION=1.24.x
3030

3131
# Secondary Go version for compatibility testing
3232
# Set to same as primary to test with single version only
33-
GO_SECONDARY_VERSION=1.24.x
33+
GO_SECONDARY_VERSION=1.18.x
3434

3535
# ================================================================================================
3636
# 🖥️ RUNNER CONFIGURATION

.github/.env.shared

Lines changed: 0 additions & 123 deletions
This file was deleted.

.github/CLAUDE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ This repository uses **`AGENTS.md`** as the single source of truth for:
1919
2. **Follow branch‑prefix and commit‑message standards**
2020
They drive Mergify auto‑labeling and CI gates.
2121
3. **Never tag releases**
22-
Only repository code‑owners run `make tag` / `make release`.
2322
4. **Pass CI**
2423
Run `go fmt`, `goimports`, `go vet`, `staticcheck`, and `golangci‑lint` locally before opening a PR.
2524

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,19 @@ extra baggage.
179179

180180
### Additional Documentation & Repository Management
181181

182+
<details>
183+
<summary><strong><code>Development Setup (Getting Started)</code></strong></summary>
184+
<br/>
185+
186+
Install [MAGE-X](https://github.com/mrz1836/mage-x) build tool for development:
187+
188+
```bash
189+
# Install MAGE-X for development and building
190+
go install github.com/mrz1836/mage-x/cmd/magex@latest
191+
magex update:install
192+
```
193+
</details>
194+
182195
<details>
183196
<summary><strong><code>Library Deployment</code></strong></summary>
184197
<br/>

0 commit comments

Comments
 (0)