bump Go to 1.16.3 and cover helm 3.5.4 (#1825)
* bump go to 1.16.3 * add helm 3.5.4 to integration tests
This commit is contained in:
		
							parent
							
								
									58954109fb
								
							
						
					
					
						commit
						e39a0b3639
					
				| 
						 | 
					@ -4,7 +4,7 @@ jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    docker:
 | 
					    docker:
 | 
				
			||||||
      - image: circleci/golang:1.14.2
 | 
					      - image: circleci/golang:1.16.3
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      GOPATH: /go
 | 
					      GOPATH: /go
 | 
				
			||||||
    working_directory: /home/circleci/workspace/helmfile
 | 
					    working_directory: /home/circleci/workspace/helmfile
 | 
				
			||||||
| 
						 | 
					@ -27,7 +27,7 @@ jobs:
 | 
				
			||||||
            - .
 | 
					            - .
 | 
				
			||||||
  image:
 | 
					  image:
 | 
				
			||||||
    docker:
 | 
					    docker:
 | 
				
			||||||
    - image: circleci/golang:1.14.2
 | 
					    - image: circleci/golang:1.16.3
 | 
				
			||||||
    working_directory: /home/circleci/workspace/helmfile
 | 
					    working_directory: /home/circleci/workspace/helmfile
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - checkout
 | 
					    - checkout
 | 
				
			||||||
| 
						 | 
					@ -44,7 +44,7 @@ jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  image_helm3:
 | 
					  image_helm3:
 | 
				
			||||||
    docker:
 | 
					    docker:
 | 
				
			||||||
    - image: circleci/golang:1.14.2
 | 
					    - image: circleci/golang:1.16.3
 | 
				
			||||||
    working_directory: /home/circleci/workspace/helmfile
 | 
					    working_directory: /home/circleci/workspace/helmfile
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - checkout
 | 
					    - checkout
 | 
				
			||||||
| 
						 | 
					@ -63,7 +63,7 @@ jobs:
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      GOPATH: /go
 | 
					      GOPATH: /go
 | 
				
			||||||
    docker:
 | 
					    docker:
 | 
				
			||||||
      - image: circleci/golang:1.14.2
 | 
					      - image: circleci/golang:1.16.3
 | 
				
			||||||
    working_directory: /home/circleci/workspace/helmfile
 | 
					    working_directory: /home/circleci/workspace/helmfile
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - checkout
 | 
					      - checkout
 | 
				
			||||||
| 
						 | 
					@ -120,7 +120,7 @@ jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  release:
 | 
					  release:
 | 
				
			||||||
    docker:
 | 
					    docker:
 | 
				
			||||||
      - image: circleci/golang:1.14.2
 | 
					      - image: circleci/golang:1.16.3
 | 
				
			||||||
    working_directory: /home/circleci/workspace/helmfile
 | 
					    working_directory: /home/circleci/workspace/helmfile
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - checkout
 | 
					    - checkout
 | 
				
			||||||
| 
						 | 
					@ -149,7 +149,7 @@ workflows:
 | 
				
			||||||
            - build
 | 
					            - build
 | 
				
			||||||
          matrix:
 | 
					          matrix:
 | 
				
			||||||
            parameters:
 | 
					            parameters:
 | 
				
			||||||
              helm-version: ["v2.17.0", "v3.4.2"]
 | 
					              helm-version: ["v2.17.0", "v3.4.2", "v3.5.4"]
 | 
				
			||||||
      - release:
 | 
					      - release:
 | 
				
			||||||
          filters:
 | 
					          filters:
 | 
				
			||||||
            branches:
 | 
					            branches:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
FROM golang:1.14.2-alpine3.11 as builder
 | 
					FROM golang:1.16.3-alpine3.13 as builder
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apk add --no-cache make git
 | 
					RUN apk add --no-cache make git
 | 
				
			||||||
WORKDIR /workspace/helmfile
 | 
					WORKDIR /workspace/helmfile
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
FROM golang:1.14.2-alpine3.11 as builder
 | 
					FROM golang:1.16.3-alpine3.13 as builder
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apk add --no-cache make git
 | 
					RUN apk add --no-cache make git
 | 
				
			||||||
WORKDIR /workspace/helmfile
 | 
					WORKDIR /workspace/helmfile
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue