diff --git a/.github/workflows/gha-go-test.yml b/.github/workflows/gha-go-test.yml index 1ff85f2c6..161c47042 100644 --- a/.github/workflows/gha-go-test.yml +++ b/.github/workflows/gha-go-test.yml @@ -1,6 +1,7 @@ name: Go tests -run-name: Running tests + on: [push] + jobs: test: runs-on: ubuntu-latest @@ -10,6 +11,8 @@ jobs: uses: actions/setup-go@v5 with: go-version: 1.23 + - name: Install dependencies + run: go mod download - name: Run staticcheck env: SC_VERSION: "2024.1.1"