diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ce7a73d..487f09e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -25,7 +25,10 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 1 + - uses: actions/setup-go@v5 + with: + go-version: '1.22' - uses: dominikh/staticcheck-action@v1.2.0 with: version: "latest" - install-go: true \ No newline at end of file + install-go: false \ No newline at end of file