Skip to content

Commit

Permalink
Use Go 1.18 (#1610)
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Mar 17, 2022
1 parent 704f8a2 commit 1ef951a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: ^1.18
id: go

- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: '16'

- name: Install yq
run: |
Expand Down

0 comments on commit 1ef951a

Please sign in to comment.