Skip to content

upgrade statichcheck-action to v1.3.0 across all repos #13041

Closed
@devhindo

Description

@devhindo

dominikh/[email protected] should be upgraded across all repos wherever it's used to v1.3.0 with these configurations:

      - uses: dominikh/[email protected]
        with:
          version: "latest"
          install-go: false

which is part of the static check workflow:

  static_check:
    name: Static check
    runs-on: ubuntu-latest
    steps:
      - name: Check out code
        uses: actions/checkout@master
        with:
          fetch-depth: 1
      - name: Setup Go
        uses: actions/setup-go@v5
        with:
          go-version: 1.23
      - uses: dominikh/[email protected]
        with:
          version: "latest"
          install-go: false

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions