diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index d1126705..2e230329 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -20,12 +20,12 @@ jobs: - name: setup-go uses: actions/setup-go@v3 with: - go-version: 1.19.3 + go-version: 1.21.0 - name: setup-node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - run: npm install working-directory: ui diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2438995d..c0737f36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,12 +24,12 @@ jobs: - uses: actions/setup-go@v3 with: - go-version: '>=1.19.3' + go-version: '>=1.21.0' cache: true - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - run: npm install working-directory: ui @@ -66,7 +66,7 @@ jobs: - uses: actions/setup-go@v3 with: - go-version: '>=1.19.3' + go-version: '>=1.21.0' cache: true - uses: actions/setup-node@v3 @@ -108,7 +108,7 @@ jobs: - uses: actions/setup-go@v3 with: - go-version: '>=1.19.3' + go-version: '>=1.21.0' cache: true - uses: actions/setup-node@v3 @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-go@v3 with: - go-version: '>=1.19.3' + go-version: '>=1.21.0' cache: true - uses: actions/setup-node@v3 @@ -201,7 +201,7 @@ jobs: - uses: actions/setup-go@v3 with: - go-version: '>=1.19.3' + go-version: '>=1.21.0' cache: true - uses: actions/setup-node@v3