Skip to content

Commit

Permalink
pin to specific module versions
Browse files Browse the repository at this point in the history
  • Loading branch information
justdan96 committed Jan 19, 2022
1 parent a83cdf6 commit 5445d19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:

- name: setup-deps
run: |
go get github.com/kardianos/service
go get github.com/mitchellh/go-ps
go get github.com/kardianos/service@v1.2.1
go get github.com/mitchellh/go-ps@v1.0.0
- name: build-for-windows
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Any recent version of Go should work. The project will only work on Windows. You
```
git clone github.com/justdan96/ohsw
cd ohsw
go get github.com/kardianos/service
go get github.com/mitchellh/go-ps
go get github.com/kardianos/service@v1.2.1
go get github.com/mitchellh/go-ps@v1.0.0
go build ohsw.go
```

Expand Down

0 comments on commit 5445d19

Please sign in to comment.