diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abdcef2..5182081 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ env: # Currently no way to detect automatically DEFAULT_BRANCH: main GO_VERSION: 1.20.6 # renovate: datasource=golang-version depName=golang - NODE_VERSION: 18 + NODE_VERSION: 20 DRY_RUN: true jobs: @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.20.x', '1.21.x' ] + go-version: [ '1.20.x', '1.21.x', '1.22.x' ] steps: # full checkout for semantic-release - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1