Skip to content

Commit

Permalink
chore: downgrade module version to go 1.17
Browse files Browse the repository at this point in the history
this should increase the range of clients who can use this library
without issue
  • Loading branch information
davidalpert committed Nov 19, 2023
1 parent bbab5ec commit 8fcbbd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8fcbbd4

Please sign in to comment.