Skip to content

Commit

Permalink
fix: revert to go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mojixcoder committed Aug 26, 2024
1 parent c06d43a commit c889190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.21"]
go-version: ["1.20"]

steps:
- uses: actions/setup-go@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/uber/h3-go/v4

go 1.21
go 1.20

0 comments on commit c889190

Please sign in to comment.