mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 02:03:20 -04:00 
			
		
		
		
	Bump actions use go 1.16 (#4792)
* use go 1.16 * use ^ to allow latest minor/patch version available Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/go.coverage.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/go.coverage.yml
									
									
									
									
										vendored
									
									
								
							| @@ -8,6 +8,8 @@ jobs: | ||||
|  | ||||
|     - name: Install Go | ||||
|       uses: actions/setup-go@v2 | ||||
|       with: | ||||
|         go-version: '^1.16' | ||||
|       id: go | ||||
|  | ||||
|     - name: Check out code | ||||
|   | ||||
							
								
								
									
										6
									
								
								.github/workflows/go.test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/go.test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -8,6 +8,8 @@ jobs: | ||||
|  | ||||
|     - name: Install Go | ||||
|       uses: actions/setup-go@v2 | ||||
|       with: | ||||
|         go-version: '^1.16' | ||||
|       id: go | ||||
|  | ||||
|     - name: Check out code | ||||
| @@ -29,6 +31,8 @@ jobs: | ||||
|  | ||||
|     - name: Install Go | ||||
|       uses: actions/setup-go@v2 | ||||
|       with: | ||||
|         go-version: '^1.16' | ||||
|       id: go | ||||
|  | ||||
|     - name: Check out code | ||||
| @@ -47,6 +51,8 @@ jobs: | ||||
|  | ||||
|     - name: Install Go | ||||
|       uses: actions/setup-go@v2 | ||||
|       with: | ||||
|         go-version: '^1.16' | ||||
|       id: go | ||||
|  | ||||
|     - name: Check out code | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/workflows/make.doc.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/make.doc.yml
									
									
									
									
										vendored
									
									
								
							| @@ -14,6 +14,8 @@ jobs: | ||||
|       - | ||||
|         name: Setup Go | ||||
|         uses: actions/setup-go@v2 | ||||
|         with: | ||||
|           go-version: '^1.16' | ||||
|       - | ||||
|         name: Update Docs | ||||
|         run: | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user