diff --git a/.github/workflows/build-32-bit.yml b/.github/workflows/build-32-bit.yml index cda90a1..182b2ee 100644 --- a/.github/workflows/build-32-bit.yml +++ b/.github/workflows/build-32-bit.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [1.19.x, 1.20.x, 1.21.x] + go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x] name: Build with Go ${{ matrix.go-version }} 32-bit steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6abe854..180a112 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x] + go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x] name: Build with Go ${{ matrix.go-version }} steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 30f8f55..497ec5e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [1.21.x] + go-version: [1.23.x] name: Build with Go ${{ matrix.go-version }} steps: - uses: actions/checkout@v3