From 8d9d57639369a3aa8561d04d0c7c54d6bb0c7752 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Sat, 17 Aug 2024 17:50:08 -0700 Subject: [PATCH] Use Go 1.23 (#5) 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: |