From d270152b25b5005462605f8235b1c19150cc58d7 Mon Sep 17 00:00:00 2001 From: gabe Date: Sun, 18 Sep 2022 19:15:26 -0700 Subject: [PATCH] really update to 1.19 --- .github/workflows/ci.yml | 2 +- go.mod | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0f87499..953516df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.17 + go-version: 1.19 - name: Install Mage run: go install github.com/magefile/mage diff --git a/go.mod b/go.mod index 510155bc..303080ec 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/TBD54566975/ssi-sdk -go 1.17 +go 1.19 require ( github.com/bits-and-blooms/bitset v1.3.2 @@ -22,9 +22,6 @@ require ( github.com/xeipuuv/gojsonschema v1.2.0 golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 gopkg.in/h2non/gock.v1 v1.1.2 -) - -require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/go-playground/locales v0.14.0 // indirect github.com/go-playground/universal-translator v0.18.0 // indirect