Skip to content

Commit

Permalink
fix golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
nammn committed Mar 5, 2024
1 parent b0a80fa commit ca1a52d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .evergreen.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
variables:

- &go_env
XDG_CONFIG_HOME: ${go_base_path}${workdir}
GO111MODULE: "on"
GOROOT: "/opt/golang/go1.21"
functions:

"clone":
Expand Down Expand Up @@ -42,15 +45,13 @@ functions:
type: setup
params:
working_dir: src/github.com/mongodb/mongodb-enterprise-kubernetes/tools/multicluster
add_to_path:
- src/github.com/mongodb/tools
- src/github.com/mongodb/tools/linux_amd64
include_expansions_in_env:
- GITHUB_TOKEN
- macos_notary_keyid
- macos_notary_secret
- workdir
env:
<<: *go_env
MACOS_NOTARY_KEY: ${macos_notary_keyid}
MACOS_NOTARY_SECRET: ${macos_notary_secret}
script: |
Expand Down

0 comments on commit ca1a52d

Please sign in to comment.