Skip to content

Commit

Permalink
Downgrade Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKremer committed Sep 21, 2024
1 parent 1cd8c2f commit 9fafb73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
strategy:
matrix:
go:
- '1.21' # minimum supported version
- 'stable'
- '1.20' # Go version of Ikemen GO
name: "build with Go ${{ matrix.go }}"
steps:
- uses: actions/checkout@v4
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/gopxl/beep/v2

go 1.21
go 1.20

require (
github.com/ebitengine/oto/v3 v3.2.0
Expand Down

0 comments on commit 9fafb73

Please sign in to comment.