From 625394647f8c7b3283a5f686427fbb0e61ea34c3 Mon Sep 17 00:00:00 2001 From: Prashant Gupta Date: Fri, 13 Oct 2023 15:31:52 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Prashant Gupta --- .github/workflows/go.yml | 2 +- go.mod | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5bb22e1..9b13465 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 ./... diff --git a/go.mod b/go.mod index 67026ad..86a3f5b 100644 --- a/go.mod +++ b/go.mod @@ -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