mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-11-03 19:17:29 -05:00 
			
		
		
		
	build(deps): bump actions/setup-go from 3 to 4 (#5474)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									b6fe5d4b41
								
							
						
					
					
						commit
						b1366c7e46
					
				
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@ -49,7 +49,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - name: Install Go
 | 
					    - name: Install Go
 | 
				
			||||||
      uses: actions/setup-go@v3
 | 
					      uses: actions/setup-go@v4
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        go-version: ${{ matrix.GO_SEMVER }}
 | 
					        go-version: ${{ matrix.GO_SEMVER }}
 | 
				
			||||||
        check-latest: true
 | 
					        check-latest: true
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/cross-build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/cross-build.yml
									
									
									
									
										vendored
									
									
								
							@ -28,7 +28,7 @@ jobs:
 | 
				
			|||||||
    continue-on-error: true
 | 
					    continue-on-error: true
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Install Go
 | 
					      - name: Install Go
 | 
				
			||||||
        uses: actions/setup-go@v3
 | 
					        uses: actions/setup-go@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          go-version: ${{ matrix.GO_SEMVER }}
 | 
					          go-version: ${{ matrix.GO_SEMVER }}
 | 
				
			||||||
          check-latest: true
 | 
					          check-latest: true
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							@ -26,7 +26,7 @@ jobs:
 | 
				
			|||||||
    runs-on: ${{ matrix.os }}
 | 
					    runs-on: ${{ matrix.os }}
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - uses: actions/setup-go@v3
 | 
					      - uses: actions/setup-go@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          go-version: '~1.19.6'
 | 
					          go-version: '~1.19.6'
 | 
				
			||||||
          check-latest: true
 | 
					          check-latest: true
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@ -30,7 +30,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - name: Install Go
 | 
					    - name: Install Go
 | 
				
			||||||
      uses: actions/setup-go@v3
 | 
					      uses: actions/setup-go@v4
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        go-version: ${{ matrix.GO_SEMVER }}
 | 
					        go-version: ${{ matrix.GO_SEMVER }}
 | 
				
			||||||
        check-latest: true
 | 
					        check-latest: true
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user