Skip to content

Commit

Permalink
v0.3.2-fix, fix github action failure
Browse files Browse the repository at this point in the history
  • Loading branch information
superisaac committed Dec 18, 2023
1 parent 50e529f commit 75622e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.21

- name: Go lint
run: cd nodemux && make golint
run: make golint

- name: Test
run: cd nodemux && make test
run: make test

0 comments on commit 75622e7

Please sign in to comment.