Skip to content

Commit

Permalink
Match up test and go.mod versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Feb 14, 2023
1 parent e5b2e65 commit 81fbfc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 1.16.x

- name: Checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/Jeffail/gabs/v2

go 1.13
go 1.16

0 comments on commit 81fbfc2

Please sign in to comment.