Skip to content

Commit

Permalink
PBM-1374 downgrade golang to version 1.22 (#2803)
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-havryliak authored Aug 14, 2024
1 parent 42e6975 commit fa4ddef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pbm/pbm-functional-tests-full.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pipeline {
}
parameters {
string(name: 'PBM_BRANCH', defaultValue: 'main', description: 'PBM branch or commit')
string(name: 'GO_VER', defaultValue: 'bullseye', description: 'GOLANG docker image for building PBM from sources')
string(name: 'GO_VER', defaultValue: '1.22-bullseye', description: 'GOLANG docker image for building PBM from sources')
choice(name: 'instance', choices: ['docker-64gb','docker-64gb-aarch64'], description: 'Ec2 instance type for running tests')
string(name: 'TESTING_BRANCH', defaultValue: 'main', description: 'psmdb-testing repo branch')
}
Expand Down
2 changes: 1 addition & 1 deletion pbm/pbm-functional-tests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
parameters {
string(name: 'PBM_BRANCH', defaultValue: 'main', description: 'PBM branch')
string(name: 'PSMDB', defaultValue: 'percona/percona-server-mongodb', description: 'PSMDB docker image')
string(name: 'GO_VER', defaultValue: 'bullseye', description: 'GOLANG docker image for building PBM from sources')
string(name: 'GO_VER', defaultValue: '1.22-bullseye', description: 'GOLANG docker image for building PBM from sources')
choice(name: 'instance', choices: ['docker-64gb','docker-64gb-aarch64'], description: 'Ec2 instance type for running tests')
string(name: 'TESTING_BRANCH', defaultValue: 'main', description: 'psmdb-testing repo branch')
}
Expand Down

0 comments on commit fa4ddef

Please sign in to comment.