Skip to content

Commit

Permalink
go.mod: use latest stable build of tailscale
Browse files Browse the repository at this point in the history
We have fixed the issue in the corp repo that required us to use
pseudo-versions for the tailscale.com module here. So we can now switch
to the latest stable version.

Signed-off-by: Will Norris <will@tailscale.com>
  • Loading branch information
willnorris committed Mar 1, 2024
1 parent 38cb010 commit b76177a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
version = golinkVersion;
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;

vendorHash = "sha256-8s0JadyA8IvfC6zGFJJHrKZHIwBxPLXDfbgy02unqz0="; # SHA based on vendoring go.mod
vendorHash = "sha256-PWeQNlIMvhGAFDVwN8fp0B11Loi6zbm1Pds/CKLeuvA="; # SHA based on vendoring go.mod
};
};
}
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ require (
github.com/google/go-cmp v0.6.0
golang.org/x/net v0.20.0
modernc.org/sqlite v1.19.4
// Always use a pseudo-version for the tailscale.com module, or else
// go's version selection causes problems when pulling golink into corp.
tailscale.com v1.1.1-0.20240213184936-256ecd0e8f7c
tailscale.com v1.60.1
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -273,5 +273,5 @@ nhooyr.io/websocket v1.8.10 h1:mv4p+MnGrLDcPlBoWsvPP7XCzTYMXP9F9eIGoKbgx7Q=
nhooyr.io/websocket v1.8.10/go.mod h1:rN9OFWIUwuxg4fR5tELlYC04bXYowCP9GX47ivo2l+c=
software.sslmate.com/src/go-pkcs12 v0.4.0 h1:H2g08FrTvSFKUj+D309j1DPfk5APnIdAQAB8aEykJ5k=
software.sslmate.com/src/go-pkcs12 v0.4.0/go.mod h1:Qiz0EyvDRJjjxGyUQa2cCNZn/wMyzrRJ/qcDXOQazLI=
tailscale.com v1.1.1-0.20240213184936-256ecd0e8f7c h1:F3cMBBgm3089yk5GWlmwMPGTCOGoAQt84nAiL/A/Ibg=
tailscale.com v1.1.1-0.20240213184936-256ecd0e8f7c/go.mod h1:qgxvJUlfOWeURBEORdcX4EhoCduFHeBW3FNIZBpmIHY=
tailscale.com v1.60.1 h1:RNNIuSWE0HeUS7c5i7rAZTCmoDzsAxy5yc5LF4K7pFs=
tailscale.com v1.60.1/go.mod h1:qgxvJUlfOWeURBEORdcX4EhoCduFHeBW3FNIZBpmIHY=

0 comments on commit b76177a

Please sign in to comment.