Skip to content

Commit

Permalink
feat ✨(default.nix): bump goji version
Browse files Browse the repository at this point in the history
- bumped goji version in default.nix
- changed go version in go.mod 1.22.0

Signed-off-by: moualhi zine el abidine <zmoualhi@outlook.com>
  • Loading branch information
muandane committed Jul 10, 2024
1 parent ea495c5 commit eaa597d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}:
pkgs.buildGoModule rec {
pname = "goji";
version = "0.1.1";
version = "0.1.2";

src = lib.cleanSource ./.;
# pkgs.fetchFromGitHub {
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/muandane/goji

go 1.22.4
go 1.22.0

require (
github.com/alecthomas/assert/v2 v2.10.0
Expand Down

0 comments on commit eaa597d

Please sign in to comment.