Skip to content

Commit ecee2d0

Browse files
committed
Cleanup go version
1 parent 028425b commit ecee2d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.evergreen/perfcomp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/mongodb-labs/drivers-evergreen-tools/perfcomp
22

3-
go 1.24.4
3+
go 1.24
44

55
require github.com/spf13/cobra v1.9.1
66

.evergreen/run-perf-comp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -eux pipefail
33

4-
GOVERSION="${GOVERESION:-1.24}"
4+
GOVERSION="${GOVERSION:-1.24}"
55
GOPATH="${GOPATH:-$HOME/go}"
66

77
# Detect OS
@@ -48,7 +48,7 @@ PROJECT_ROOT="$(dirname "$SCRIPT_DIR")"
4848
# Enter the perfcomp sub‐directory
4949
cd "$PROJECT_ROOT/.evergreen/perfcomp"
5050

51-
# Build the mongproxy binary.
51+
# Build the perfcomp binary.
5252
bash build.sh
5353

5454
if [[ ! -x "./bin/perfcomp" ]]; then

0 commit comments

Comments
 (0)