Skip to content

Commit

Permalink
Merge pull request #99 from gdashboard/update-go
Browse files Browse the repository at this point in the history
Update go to `1.20`
  • Loading branch information
iRevive authored Jan 30, 2024
2 parents 7df288f + 28ea7a3 commit b373e82
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 b373e82

Please sign in to comment.