Skip to content

Commit

Permalink
🚧
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Gupta <[email protected]>
  • Loading branch information
prashantgupta24 committed Oct 13, 2023
1 parent bd2ebd3 commit b76d8eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.21

- name: Test
run: go test -v ./...
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/prashantgupta24/automatic-mouse-mover

go 1.21
go 1.21.0

toolchain go1.21.3

require (
github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb
Expand Down

0 comments on commit b76d8eb

Please sign in to comment.