From eeae3e59516314cb0c0223e9ca6f32be7d5d4d2e Mon Sep 17 00:00:00 2001 From: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:35:19 -0700 Subject: [PATCH] Go version from matrix. --- .github/workflows/ldotel-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ldotel-ci.yml b/.github/workflows/ldotel-ci.yml index 0657f9f7..98706523 100644 --- a/.github/workflows/ldotel-ci.yml +++ b/.github/workflows/ldotel-ci.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Go ${{ inputs.go-version }} uses: actions/setup-go@v5 with: - go-version: ${{ inputs.go-version }} + go-version: ${{ matrix.go-version }} - uses: ./.github/actions/unit-tests with: lint: 'true'