mirror of
https://github.com/prashantgupta24/automatic-mouse-mover.git
synced 2024-12-22 16:34:11 +00:00
🚧
Signed-off-by: Prashant Gupta <prashantgupta24@gmail.com>
This commit is contained in:
parent
bd2ebd396d
commit
625394647f
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.17
|
go-version: 1.21
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
|
4
go.mod
4
go.mod
@ -1,6 +1,8 @@
|
|||||||
module github.com/prashantgupta24/automatic-mouse-mover
|
module github.com/prashantgupta24/automatic-mouse-mover
|
||||||
|
|
||||||
go 1.21
|
go 1.21.0
|
||||||
|
|
||||||
|
toolchain go1.21.3
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb
|
github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb
|
||||||
|
Loading…
Reference in New Issue
Block a user