Skip to content

Commit

Permalink
downgrade to go1.11, we need *go modules*.
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Feb 28, 2022
1 parent 7063b87 commit 06bdf92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.12.x, 1.17.x]
go-version: [1.11.x, 1.17.x]
#os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
fail-fast: false
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 gopkg.in/hedzr/errors.v3

go 1.12
go 1.11

0 comments on commit 06bdf92

Please sign in to comment.