Merge pull request #420 from chenrui333/go-1.19
deps: build with go1.19
This commit is contained in:
		
						commit
						0c205771ce
					
				|  | @ -28,7 +28,7 @@ jobs: | ||||||
|     - name: Set up Go |     - name: Set up Go | ||||||
|       uses: actions/setup-go@v2 |       uses: actions/setup-go@v2 | ||||||
|       with: |       with: | ||||||
|         go-version: 1.18 |         go-version: 1.19 | ||||||
|     - name: Env |     - name: Env | ||||||
|       run: go env |       run: go env | ||||||
|     - name: Build |     - name: Build | ||||||
|  | @ -94,7 +94,7 @@ jobs: | ||||||
|     - name: Set up Go |     - name: Set up Go | ||||||
|       uses: actions/setup-go@v2 |       uses: actions/setup-go@v2 | ||||||
|       with: |       with: | ||||||
|         go-version: 1.18 |         go-version: 1.19 | ||||||
|     - name: Env |     - name: Env | ||||||
|       run: go env |       run: go env | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -7,7 +7,7 @@ on: | ||||||
|     branches: [ main ] |     branches: [ main ] | ||||||
| 
 | 
 | ||||||
| env: | env: | ||||||
|   GO_VERSION: 1.18 |   GO_VERSION: 1.19 | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   lint: |   lint: | ||||||
|  | @ -17,7 +17,7 @@ jobs: | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/setup-go@v3 |       - uses: actions/setup-go@v3 | ||||||
|         with: |         with: | ||||||
|           go-version: 1.18 |           go-version: 1.19 | ||||||
| 
 | 
 | ||||||
|       - name: Checkout code |       - name: Checkout code | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v3 | ||||||
|  |  | ||||||
|  | @ -18,7 +18,7 @@ jobs: | ||||||
|         name: Set up Go |         name: Set up Go | ||||||
|         uses: actions/setup-go@v3 |         uses: actions/setup-go@v3 | ||||||
|         with: |         with: | ||||||
|           go-version: ~1.18.1 |           go-version: 1.19 | ||||||
|       - |       - | ||||||
|         name: Run GoReleaser |         name: Run GoReleaser | ||||||
|         uses: goreleaser/goreleaser-action@v1 |         uses: goreleaser/goreleaser-action@v1 | ||||||
|  |  | ||||||
|  | @ -17,7 +17,7 @@ jobs: | ||||||
|         name: Set up Go |         name: Set up Go | ||||||
|         uses: actions/setup-go@v3 |         uses: actions/setup-go@v3 | ||||||
|         with: |         with: | ||||||
|           go-version: ~1.18.1 |           go-version: 1.19 | ||||||
|       - |       - | ||||||
|         name: Run GoReleaser |         name: Run GoReleaser | ||||||
|         uses: goreleaser/goreleaser-action@v1 |         uses: goreleaser/goreleaser-action@v1 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| FROM golang:1.18.0-alpine as builder | FROM golang:1.19.2-alpine 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.18.0-alpine as builder | FROM golang:1.19.2-alpine 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.18.0-alpine as builder | FROM golang:1.19.2-alpine 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