Skip to content

Commit

Permalink
ci: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdeveloper committed Feb 9, 2023
1 parent 0b5e893 commit b884290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: setup go environment
uses: actions/setup-go@v1
with:
go-version: '1.17'
go-version: '1.18'
- name: run unit tests
run: sudo pip install virtualenv && make test
- name: build binary
Expand Down

0 comments on commit b884290

Please sign in to comment.