Skip to content

Commit b76177a

Browse files
committed
go.mod: use latest stable build of tailscale
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 <[email protected]>
1 parent 38cb010 commit b76177a

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
version = golinkVersion;
3030
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
3131

32-
vendorHash = "sha256-8s0JadyA8IvfC6zGFJJHrKZHIwBxPLXDfbgy02unqz0="; # SHA based on vendoring go.mod
32+
vendorHash = "sha256-PWeQNlIMvhGAFDVwN8fp0B11Loi6zbm1Pds/CKLeuvA="; # SHA based on vendoring go.mod
3333
};
3434
};
3535
}

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ require (
66
github.com/google/go-cmp v0.6.0
77
golang.org/x/net v0.20.0
88
modernc.org/sqlite v1.19.4
9-
// Always use a pseudo-version for the tailscale.com module, or else
10-
// go's version selection causes problems when pulling golink into corp.
11-
tailscale.com v1.1.1-0.20240213184936-256ecd0e8f7c
9+
tailscale.com v1.60.1
1210
)
1311

1412
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,5 +273,5 @@ nhooyr.io/websocket v1.8.10 h1:mv4p+MnGrLDcPlBoWsvPP7XCzTYMXP9F9eIGoKbgx7Q=
273273
nhooyr.io/websocket v1.8.10/go.mod h1:rN9OFWIUwuxg4fR5tELlYC04bXYowCP9GX47ivo2l+c=
274274
software.sslmate.com/src/go-pkcs12 v0.4.0 h1:H2g08FrTvSFKUj+D309j1DPfk5APnIdAQAB8aEykJ5k=
275275
software.sslmate.com/src/go-pkcs12 v0.4.0/go.mod h1:Qiz0EyvDRJjjxGyUQa2cCNZn/wMyzrRJ/qcDXOQazLI=
276-
tailscale.com v1.1.1-0.20240213184936-256ecd0e8f7c h1:F3cMBBgm3089yk5GWlmwMPGTCOGoAQt84nAiL/A/Ibg=
277-
tailscale.com v1.1.1-0.20240213184936-256ecd0e8f7c/go.mod h1:qgxvJUlfOWeURBEORdcX4EhoCduFHeBW3FNIZBpmIHY=
276+
tailscale.com v1.60.1 h1:RNNIuSWE0HeUS7c5i7rAZTCmoDzsAxy5yc5LF4K7pFs=
277+
tailscale.com v1.60.1/go.mod h1:qgxvJUlfOWeURBEORdcX4EhoCduFHeBW3FNIZBpmIHY=

0 commit comments

Comments
 (0)