зеркало из https://github.com/Azure/ARO-RP.git
bump go version to 1.20.12
This commit is contained in:
Родитель
e1b8a4e95e
Коммит
6d27d26ff0
|
@ -15,7 +15,7 @@ jobs:
|
|||
ci-from-docker:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: registry.access.redhat.com/ubi8/go-toolset:1.20.10
|
||||
image: registry.access.redhat.com/ubi8/go-toolset:1.20.12-5
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
vendor-check:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: registry.access.redhat.com/ubi8/go-toolset:1.20.10
|
||||
image: registry.access.redhat.com/ubi8/go-toolset:1.20.12-5
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
@ -44,7 +44,7 @@ jobs:
|
|||
generate-check:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: registry.access.redhat.com/ubi8/go-toolset:1.20.10
|
||||
image: registry.access.redhat.com/ubi8/go-toolset:1.20.12-5
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
@ -22,7 +22,7 @@ pr:
|
|||
resources:
|
||||
containers:
|
||||
- container: golang
|
||||
image: registry.access.redhat.com/ubi8/go-toolset:1.20.10
|
||||
image: registry.access.redhat.com/ubi8/go-toolset:1.20.12-5
|
||||
options: --user=0
|
||||
- container: python
|
||||
image: registry.access.redhat.com/ubi8/python-39:latest
|
||||
|
|
|
@ -14,7 +14,7 @@ pr: none
|
|||
variables:
|
||||
Cdp_Definition_Build_Count: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
|
||||
ONEBRANCH_AME_ACR_LOGIN: cdpxb8e9ef87cd634085ab141c637806568c00.azurecr.io
|
||||
LinuxContainerImage: $(ONEBRANCH_AME_ACR_LOGIN)/b8e9ef87-cd63-4085-ab14-1c637806568c/official/ubi8/go-toolset:1.20.10 # Docker image which is used to build the project https://aka.ms/obpipelines/containers
|
||||
LinuxContainerImage: $(ONEBRANCH_AME_ACR_LOGIN)/b8e9ef87-cd63-4085-ab14-1c637806568c/official/ubi8/go-toolset:1.20.12-5 # Docker image which is used to build the project https://aka.ms/obpipelines/containers
|
||||
Debian_Frontend: noninteractive
|
||||
|
||||
resources:
|
||||
|
|
|
@ -14,7 +14,7 @@ pr: none
|
|||
variables:
|
||||
Cdp_Definition_Build_Count: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
|
||||
ONEBRANCH_AME_ACR_LOGIN: cdpxb8e9ef87cd634085ab141c637806568c00.azurecr.io
|
||||
LinuxContainerImage: $(ONEBRANCH_AME_ACR_LOGIN)/b8e9ef87-cd63-4085-ab14-1c637806568c/official/ubi8/go-toolset:1.20.10 # Docker image which is used to build the project https://aka.ms/obpipelines/containers
|
||||
LinuxContainerImage: $(ONEBRANCH_AME_ACR_LOGIN)/b8e9ef87-cd63-4085-ab14-1c637806568c/official/ubi8/go-toolset:1.20.12-5 # Docker image which is used to build the project https://aka.ms/obpipelines/containers
|
||||
Debian_Frontend: noninteractive
|
||||
|
||||
resources:
|
||||
|
|
|
@ -27,7 +27,7 @@ import (
|
|||
testlog "github.com/Azure/ARO-RP/test/util/log"
|
||||
)
|
||||
|
||||
const TEST_PULLSPEC = "registry.access.redhat.com/ubi8/go-toolset:1.20.10"
|
||||
const TEST_PULLSPEC = "registry.access.redhat.com/ubi8/go-toolset:1.20.12-5"
|
||||
|
||||
var _ = Describe("Podman", Ordered, func() {
|
||||
var err error
|
||||
|
|
Загрузка…
Ссылка в новой задаче