diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 85ddad5..ecf01c0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: "1.21" + go-version: "1.22" - name: Build and Test run: make diff --git a/go.mod b/go.mod index d14f8e1..aa8c043 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hyperledger/firefly-common -go 1.21 +go 1.22 require ( github.com/DATA-DOG/go-sqlmock v1.5.2