Skip to content

Commit

Permalink
update flake, go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEnr1quez committed Feb 27, 2023
1 parent dece603 commit af8bb92
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
go_1_19
go_1_20
gotools
gopls
go-outline
Expand All @@ -38,7 +38,6 @@
godef
golint
delve
glibc
kube3d
fluxcd
];
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/AnthonyEnr1quez/local-path-provisioner-volume-converter

go 1.19
go 1.20

require (
github.com/AlecAivazis/survey/v2 v2.3.6
Expand Down

0 comments on commit af8bb92

Please sign in to comment.