Skip to content

Commit

Permalink
ci(github-action): bump gh-actions version: go, node, actions of setu…
Browse files Browse the repository at this point in the history
…p-go, setup-node and checkout
  • Loading branch information
genshen committed Jul 31, 2023
1 parent 912aa44 commit 95a1776
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ jobs:
steps:

- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.17.0'

- name: Set up Go 1.18
uses: actions/setup-go@v2
- name: Set up Go 1.20
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: '1.20'
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build static status page
run: cd status-web && yarn && yarn build && cd ../
Expand Down

0 comments on commit 95a1776

Please sign in to comment.