Skip to content

Commit

Permalink
Merge pull request #25 from gomicro/update-go-action
Browse files Browse the repository at this point in the history
fix warning about node version deprecation
  • Loading branch information
dan9186 authored Dec 27, 2023
2 parents 1ec22d7 + a9ef9f0 commit 9e4cd55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.21

Expand All @@ -46,7 +46,7 @@ jobs:

steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.21

Expand Down

0 comments on commit 9e4cd55

Please sign in to comment.