diff options
| author | Jes Cok <xigua67damn@gmail.com> | 2024-09-20 18:05:46 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-09-23 14:25:08 +0000 |
| commit | 7678fe1e58e35084fd30ca11401f935bb94f0046 (patch) | |
| tree | e15edf310de4585b79c9782071ad5568da0ebb8b /lib/time/update.bash | |
| parent | 7c72dc77a934cf5957e5667e204506a61457e66a (diff) | |
| download | go-7678fe1e58e35084fd30ca11401f935bb94f0046.tar.xz | |
lib/time: update to 2024b/2024b
Commit generated by update.bash.
For #22487.
Change-Id: Ib54b6ea0b4422710ea64c63b16a6aea62b232835
GitHub-Last-Rev: f02cb1788fec4735f3e0dbf81f8f849480effb89
GitHub-Pull-Request: golang/go#69558
Reviewed-on: https://go-review.googlesource.com/c/go/+/614716
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'lib/time/update.bash')
| -rwxr-xr-x | lib/time/update.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/time/update.bash b/lib/time/update.bash index bed82b4f40..6b66fa54a9 100755 --- a/lib/time/update.bash +++ b/lib/time/update.bash @@ -24,8 +24,8 @@ # in the CL match the update.bash in the CL. # Versions to use. -CODE=2024a -DATA=2024a +CODE=2024b +DATA=2024b set -e |
