diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 736d041..4802976 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - go-version: [ '1.17', '1.18', '1.19', '1.20', '1.21'] + go-version: [ '1.17', '1.18', '1.19', '1.20', '1.21', '1.22', '1.23'] os: [ ubuntu-22.04, macos-12, windows-2022 ] runs-on: ${{ matrix.os }} @@ -23,6 +23,9 @@ jobs: uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version: ${{ matrix.go-version }} + cache-dependency-path: | + **/go.sum + **/go.mod - name: Checkout code uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Enforce standard format