@@ -834,39 +834,39 @@ clean/golden-files:
834
834
.PHONY : clean/golden-files
835
835
836
836
cli/testdata/.gen-golden : $(wildcard cli/testdata/* .golden) $(wildcard cli/* .tpl) $(GO_SRC_FILES ) $(wildcard cli/* _test.go)
837
- go test ./cli -run=" Test(CommandHelp|ServerYAML|ErrorExamples|.*Golden)" -update
837
+ TZ=UTC go test ./cli -run=" Test(CommandHelp|ServerYAML|ErrorExamples|.*Golden)" -update
838
838
touch " $@ "
839
839
840
840
enterprise/cli/testdata/.gen-golden : $(wildcard enterprise/cli/testdata/* .golden) $(wildcard cli/* .tpl) $(GO_SRC_FILES ) $(wildcard enterprise/cli/* _test.go)
841
- go test ./enterprise/cli -run=" TestEnterpriseCommandHelp" -update
841
+ TZ=UTC go test ./enterprise/cli -run=" TestEnterpriseCommandHelp" -update
842
842
touch " $@ "
843
843
844
844
tailnet/testdata/.gen-golden : $(wildcard tailnet/testdata/* .golden.html) $(GO_SRC_FILES ) $(wildcard tailnet/* _test.go)
845
- go test ./tailnet -run=" TestDebugTemplate" -update
845
+ TZ=UTC go test ./tailnet -run=" TestDebugTemplate" -update
846
846
touch " $@ "
847
847
848
848
enterprise/tailnet/testdata/.gen-golden : $(wildcard enterprise/tailnet/testdata/* .golden.html) $(GO_SRC_FILES ) $(wildcard enterprise/tailnet/* _test.go)
849
- go test ./enterprise/tailnet -run=" TestDebugTemplate" -update
849
+ TZ=UTC go test ./enterprise/tailnet -run=" TestDebugTemplate" -update
850
850
touch " $@ "
851
851
852
852
helm/coder/tests/testdata/.gen-golden : $(wildcard helm/coder/tests/testdata/* .yaml) $(wildcard helm/coder/tests/testdata/* .golden) $(GO_SRC_FILES ) $(wildcard helm/coder/tests/* _test.go)
853
- go test ./helm/coder/tests -run=TestUpdateGoldenFiles -update
853
+ TZ=UTC go test ./helm/coder/tests -run=TestUpdateGoldenFiles -update
854
854
touch " $@ "
855
855
856
856
helm/provisioner/tests/testdata/.gen-golden : $(wildcard helm/provisioner/tests/testdata/* .yaml) $(wildcard helm/provisioner/tests/testdata/* .golden) $(GO_SRC_FILES ) $(wildcard helm/provisioner/tests/* _test.go)
857
- go test ./helm/provisioner/tests -run=TestUpdateGoldenFiles -update
857
+ TZ=UTC go test ./helm/provisioner/tests -run=TestUpdateGoldenFiles -update
858
858
touch " $@ "
859
859
860
860
coderd/.gen-golden : $(wildcard coderd/testdata/* /* .golden) $(GO_SRC_FILES ) $(wildcard coderd/* _test.go)
861
- go test ./coderd -run=" Test.*Golden$$ " -update
861
+ TZ=UTC go test ./coderd -run=" Test.*Golden$$ " -update
862
862
touch " $@ "
863
863
864
864
coderd/notifications/.gen-golden : $(wildcard coderd/notifications/testdata/* /* .golden) $(GO_SRC_FILES ) $(wildcard coderd/notifications/* _test.go)
865
- go test ./coderd/notifications -run=" Test.*Golden$$ " -update
865
+ TZ=UTC go test ./coderd/notifications -run=" Test.*Golden$$ " -update
866
866
touch " $@ "
867
867
868
868
provisioner/terraform/testdata/.gen-golden : $(wildcard provisioner/terraform/testdata/* /* .golden) $(GO_SRC_FILES ) $(wildcard provisioner/terraform/* _test.go)
869
- go test ./provisioner/terraform -run=" Test.*Golden$$ " -update
869
+ TZ=UTC go test ./provisioner/terraform -run=" Test.*Golden$$ " -update
870
870
touch " $@ "
871
871
872
872
provisioner/terraform/testdata/version :
0 commit comments