diff --git a/.github/workflows/csa.yml b/.github/workflows/csa.yml index ec1c375d..902aca99 100644 --- a/.github/workflows/csa.yml +++ b/.github/workflows/csa.yml @@ -14,6 +14,9 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v4 + + - name: Set up Go + uses: actions/setup-go@v3 with: go-version: 1.21