Skip to content

Commit

Permalink
bump go to 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Sep 18, 2024
1 parent f5ac8c7 commit 74d6f99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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/lucasew/ts-proxy

go 1.22.0
go 1.23.0

require tailscale.com v1.72.1

Expand Down
4 changes: 2 additions & 2 deletions package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ buildGo122Module
{ buildGo123Module
, self
}:
buildGo122Module {
buildGo123Module {
pname = "ts-proxy";
version = "${builtins.readFile ./version.txt}-${self.shortRev or self.dirtyShortRev}";

Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
go_1_22
go_1_23
gopls
python3
];
Expand Down

0 comments on commit 74d6f99

Please sign in to comment.