Skip to content

Commit

Permalink
PBM-1374 downgrade golang to version 1.22 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-havryliak authored Aug 14, 2024
1 parent 9411429 commit c957ff1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PBM-CUSTOM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
PSMDB: ${{ github.event.inputs.psmdb || 'percona/percona-server-mongodb' }}
PBM_BRANCH: ${{ github.event.inputs.pbm_branch || 'main' }}
GO_VER: ${{ github.event.inputs.go_ver || 'bullseye' }}
GO_VER: ${{ github.event.inputs.go_ver || '1.22-bullseye' }}
TEST: ${{ github.event.inputs.test || '-k logical --verbose test_sharded.py' }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PBM-FULL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
test: [logical, physical, incremental, external]
env:
PBM_BRANCH: ${{ github.event.inputs.pbm_branch || 'dev' }}
GO_VER: ${{ github.event.inputs.go_ver || 'bullseye' }}
GO_VER: ${{ github.event.inputs.go_ver || '1.22-bullseye' }}
steps:
- uses: actions/checkout@v4
- name: Setup environment with PSMDB ${{ matrix.psmdb }} and PBM branch ${{ env.PBM_BRANCH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PBM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
PSMDB: ${{ github.event.inputs.psmdb || 'percona/percona-server-mongodb' }}
PBM_BRANCH: ${{ github.event.inputs.pbm_branch || 'dev' }}
GO_VER: ${{ github.event.inputs.go_ver || 'latest' }}
GO_VER: ${{ github.event.inputs.go_ver || '1.22-bullseye' }}
steps:
- uses: actions/checkout@v4
- name: Setup environment with PSMDB ${{ env.PSMDB }} and PBM branch ${{ env.PBM_BRANCH }}
Expand Down
2 changes: 1 addition & 1 deletion pbm-functional/pytest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PSMDB=percona/percona-server-mongodb
ARG GO_VER=bullseye
ARG GO_VER=1.22-bullseye

FROM alpine AS x509
USER root
Expand Down
2 changes: 1 addition & 1 deletion pbm-functional/pytest/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ services:
context: .
args:
- PBM_BRANCH=${PBM_BRANCH:-dev}
- GO_VER=${GO_VER:-bullseye}
- GO_VER=${GO_VER:-1.22-bullseye}
- PSMDB=${PSMDB:-percona/percona-server-mongodb:latest}
- PR_NUMBER=${PR_NUMBER:-}
environment:
Expand Down

0 comments on commit c957ff1

Please sign in to comment.