Skip to content

Commit

Permalink
Use Go 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm committed Aug 17, 2024
1 parent 62c3a8f commit 0ff05fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on: pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v1
with:
submodules: true

- uses: actions/setup-node@v1
with:
node-version: '16'
node-version: '18'

- name: Install Hugo
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v1
with:
submodules: true

- uses: actions/setup-node@v1
with:
node-version: '16'
node-version: '18'

- name: Install Hugo
run: |
Expand Down

0 comments on commit 0ff05fc

Please sign in to comment.