Skip to content

Commit

Permalink
build: use stringy go1.20 in circle yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Feb 2, 2023
1 parent 5666d3a commit 1a77eb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ executors:
resource_class: large
environment: &machine_env
<<: *common_envs
GOLANG_VERSION: 1.20
GOLANG_VERSION: '1.20'

go-macos:
working_directory: ~/go/src/github.com/hashicorp/nomad
Expand All @@ -472,7 +472,7 @@ executors:
environment:
<<: *common_envs
GOPATH: /Users/distiller/go
GOLANG_VERSION: 1.20
GOLANG_VERSION: '1.20'

go-windows:
machine:
Expand All @@ -484,7 +484,7 @@ executors:
GOPATH: c:\gopath
GOBIN: c:\gopath\bin
GOTESTSUM_PATH: c:\tmp\test-reports
GOLANG_VERSION: 1.20
GOLANG_VERSION: '1.20'
GOTESTSUM_VERSION: 1.7.0
VAULT_VERSION: 1.4.1

Expand Down

0 comments on commit 1a77eb8

Please sign in to comment.