1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-10 05:05:57 +00:00

chore: Central go-version for GitHub actions (#591)

* chore: Init AGENTS.md

Signed-off-by: James Hillyerd <james@hillyerd.com>

* chore: Central go-version for GitHub actions

Signed-off-by: James Hillyerd <james@hillyerd.com>

---------

Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2025-12-06 12:45:11 -08:00
committed by GitHub
parent 6eff554469
commit be7d29c5d5
5 changed files with 300 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.25'
go-version-file: '.go-version'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with: