From 0ff05fcc6c5d8cd3708e3399062f700d0a66e3da Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 17 Aug 2024 06:46:39 +0000 Subject: [PATCH] Use Go 1.23 Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/preview-website.yml | 4 ++-- .github/workflows/publish.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/preview-website.yml b/.github/workflows/preview-website.yml index 276e943..fc9f27f 100644 --- a/.github/workflows/preview-website.yml +++ b/.github/workflows/preview-website.yml @@ -5,7 +5,7 @@ on: pull_request jobs: build: name: Build - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v1 with: @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: '16' + node-version: '18' - name: Install Hugo run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a6e37e3..05cf7a9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,7 +8,7 @@ on: jobs: build: name: Build - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v1 with: @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: '16' + node-version: '18' - name: Install Hugo run: |