Skip to content

Commit 8d9d576

Browse files
authored
Use Go 1.23 (#5)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 62c3a8f commit 8d9d576

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/preview-website.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on: pull_request
55
jobs:
66
build:
77
name: Build
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04
99
steps:
1010
- uses: actions/checkout@v1
1111
with:
1212
submodules: true
1313

1414
- uses: actions/setup-node@v1
1515
with:
16-
node-version: '16'
16+
node-version: '18'
1717

1818
- name: Install Hugo
1919
run: |

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ on:
88
jobs:
99
build:
1010
name: Build
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: actions/checkout@v1
1414
with:
1515
submodules: true
1616

1717
- uses: actions/setup-node@v1
1818
with:
19-
node-version: '16'
19+
node-version: '18'
2020

2121
- name: Install Hugo
2222
run: |

0 commit comments

Comments
 (0)