diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cadd045..fbd4b70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.20.x', '1.21.x', '1.22.x'] + go-version: [ '1.20.x', '1.21.x', '1.22.x', '1.23.x'] steps: # full checkout for semantic-release - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7