From 221b21099f867d755720ff3219d44c32066f0d02 Mon Sep 17 00:00:00 2001 From: Juliano Martinez Date: Sun, 3 Dec 2023 22:57:46 +0100 Subject: [PATCH] updates --- .github/workflows/ci.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3db5298..e19f6a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-go@v3 with: - go-version: '1.19' + go-version: '1.21' - name: Run coverage run: go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic - name: Upload coverage to Codecov diff --git a/go.mod b/go.mod index e48f615..e3f7808 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,6 @@ module github.com/ncode/bedel go 1.21 require ( - github.com/fsnotify/fsnotify v1.6.0 github.com/go-redis/redismock/v9 v9.0.3 github.com/redis/go-redis/v9 v9.0.5 github.com/spf13/cobra v1.7.0 @@ -15,6 +14,7 @@ require ( github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect + github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/magiconair/properties v1.8.7 // indirect