You've already forked civ
							
							chore(deps): update actions/setup-go action to v6
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 2m23s
				
			
		
			
				
	
				Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 1m18s
				
			
		
			
				
	
				Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 1m39s
				
			
		
			
				
	
				Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 1m28s
				
			
		
			
				
	
				Lint Markdown files / Run markdown linter (pull_request) Successful in 55s
				
			
		
			
				
	
				Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Has been cancelled
				
			
		
			
				
	
				Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Has been cancelled
				
			
		
			
				
	
				Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Has been cancelled
				
			
		
			
				
	
				Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 2m23s
				
			Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 1m18s
				
			Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 1m39s
				
			Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 1m28s
				
			Lint Markdown files / Run markdown linter (pull_request) Successful in 55s
				
			Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Has been cancelled
				
			Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Has been cancelled
				
			Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Has been cancelled
				
			Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Has been cancelled
				
			This commit is contained in:
		| @@ -21,7 +21,7 @@ jobs: | ||||
|         os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ] | ||||
|     steps: | ||||
|     - uses: actions/checkout@v4.3.0 | ||||
|     - uses: actions/setup-go@v5.5.0 | ||||
|     - uses: actions/setup-go@v6.0.0 | ||||
|       with: | ||||
|         go-version: ${{ matrix.go }} | ||||
|     - uses: golangci/golangci-lint-action@v8.0.0 | ||||
|   | ||||
| @@ -34,7 +34,7 @@ jobs: | ||||
|         os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ] | ||||
|     steps: | ||||
|     - uses: actions/checkout@v4.3.0 | ||||
|     - uses: actions/setup-go@v5.5.0 | ||||
|     - uses: actions/setup-go@v6.0.0 | ||||
|       with: | ||||
|         go-version: ${{ matrix.go }} | ||||
|     - env: | ||||
|   | ||||
| @@ -14,7 +14,7 @@ jobs: | ||||
|     steps: | ||||
|     - uses: actions/checkout@v4.3.0 | ||||
|     - uses: docker/setup-qemu-action@v3.6.0 | ||||
|     - uses: actions/setup-go@v5.5.0 | ||||
|     - uses: actions/setup-go@v6.0.0 | ||||
|       with: | ||||
|         go-version: stable | ||||
|     - uses: docker/login-action@v3.5.0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user