mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-27 00:04:15 -04:00 
			
		
		
		
	Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.3.0 to 6.0.1. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v5.3.0...v6.0.1) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			453 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			453 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: golangci-lint
 | |
| on:
 | |
|   pull_request:
 | |
| jobs:
 | |
|   golangci:
 | |
|     name: lint
 | |
|     runs-on: ubuntu-latest
 | |
|     steps:
 | |
|       - uses: actions/checkout@v4
 | |
|       - name: Setup Go Version
 | |
|         run: echo "GO_VERSION=$(cat .go-version)" >> $GITHUB_ENV
 | |
|       - uses: actions/setup-go@v5
 | |
|         with:
 | |
|           go-version: ${{ env.GO_VERSION }}
 | |
|       - name: golangci-lint
 | |
|         uses: golangci/golangci-lint-action@v6.0.1
 | |
|         with:
 | |
|           version: v1.55.2
 |