From 92a12682a124701e762fd4614e779ed960703b97 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 27 Mar 2024 22:18:59 +0100 Subject: [PATCH] fix build job name --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 66a3814..b224ec5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: matrix: go: ['1.21', '1.22'] os: [macos-latest, windows-latest, ubuntu-latest] - name: lint + name: build runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4