diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index 246098f..7c0d714 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] go-version: ["1.19.x", "1.x"] name: Lint, Test and Build (${{ matrix.os }}/${{ matrix.go-version }}) runs-on: ${{ matrix.os }}