Skip to content

Commit

Permalink
Update go to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevive committed Jan 30, 2024
1 parent 7df288f commit 28ea7a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
inherit self nixpkgs;
name = "gdashboard";
overlay = hestia.overlays.default;
config = { allowUnfree = true; };
shell = ./shell-impl.nix;
};
}
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/gdashboard/terraform-provider-gdashboard

go 1.18
go 1.20

require (
github.com/hashicorp/terraform-plugin-docs v0.16.0
Expand Down

0 comments on commit 28ea7a3

Please sign in to comment.