diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a445273..ed6145d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: go-version: - - 1.19.x + - 1.21.x os: - macos-latest - ubuntu-latest @@ -62,7 +62,7 @@ jobs: strategy: matrix: go-version: - - 1.19.x + - 1.21.x os: - ubuntu-latest name: 'Lint ${{ matrix.dir }} (${{ matrix.os }}, Go ${{ matrix.go-version }})' @@ -86,7 +86,7 @@ jobs: strategy: matrix: go-version: - - 1.19.x + - 1.21.x os: - ubuntu-latest name: 'Lint CGO (${{ matrix.os}}, Go ${{ matrix.go-version }})'