From 8fcbbd4b51e903ae5743bf3353f851a2a1b59824 Mon Sep 17 00:00:00 2001 From: David Alpert Date: Sun, 19 Nov 2023 11:18:43 -0600 Subject: [PATCH] chore: downgrade module version to go 1.17 this should increase the range of clients who can use this library without issue --- .github/workflows/pr.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f361b38..7f2f796 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -42,7 +42,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: '1.16.0' + go-version: '1.17.0' - name: Install Task uses: arduino/setup-task@v1 diff --git a/go.mod b/go.mod index be29367..1f36e2a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/davidalpert/go-printers -go 1.18 +go 1.17 require ( github.com/go-xmlfmt/xmlfmt v0.0.0-20220206211657-0a94163c4677