Skip to content

Commit eda4edc

Browse files
authored
fix: ensure latest golang in build pipeline (#411)
* fix: ensure latest golang in build pipeline * chore: move to its own step in build
1 parent d480d0e commit eda4edc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

templates/azldev_build_publish_job.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ parameters:
66
publish_path: ''
77

88
steps:
9+
- bash: |
10+
set -e
11+
sudo tdnf install -y golang
12+
displayName: "ensure latest version of golang"
13+
914
- bash: |
1015
export GOPATH=$(go env GOPATH)
1116
export PATH=$PATH:${GOPATH}/bin

0 commit comments

Comments
 (0)