Just build stable
Some checks failed
Run tests / test (stable) (push) Successful in 9m24s
Run tests / build (stable) (push) Failing after 6m28s

This commit is contained in:
2026-02-23 09:56:46 +01:00
parent 043247018f
commit c7f0e5cdb9

View File

@@ -9,7 +9,7 @@ jobs:
test:
strategy:
matrix:
go: [stable, 1.25]
go: [stable]
runs-on: ubuntu-latest
steps:
- name: Checkout code
@@ -25,13 +25,16 @@ jobs:
# version: v2.6
build:
strategy:
matrix:
go: [stable]
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: stable
go-version: ${{ matrix.go }}
- name: Download modules
run: go mod download
- name: Make build directory