diff --git a/.github/workflows/test_workflow.yml b/.github/workflows/test_workflow.yml index 8466507..7160568 100644 --- a/.github/workflows/test_workflow.yml +++ b/.github/workflows/test_workflow.yml @@ -16,7 +16,7 @@ jobs: - name: uses: actions/checkout@v4 - - name: Setup Go ${{ matrix.go-version }} + - name: Setup Go uses: actions/setup-go@v5 with: go-version-file: 'go.mod'