Skip to content

Commit

Permalink
build: downgrade Go version
Browse files Browse the repository at this point in the history
because nixpkgs does not contains Go 1.21.2 yet
  • Loading branch information
Warashi committed Oct 8, 2023
1 parent 7bdece2 commit db5869f
Showing 1 changed file with 1 addition and 1 deletion.
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/Warashi/muscat/v2

go 1.21.2
go 1.21.1

require (
connectrpc.com/connect v1.11.1
Expand Down

0 comments on commit db5869f

Please sign in to comment.