Browse Source
			
			
			
			
				
		As of go1.16, the `go` commands will no longer make automatic changes to go.{mod,sum} files (see: https://blog.golang.org/go116-module-changes). This broke the release script which relied on `go mod download` and/or `go build` to automatically generate the go.sum file. This commit explicitly invokes `go mod tidy` to have the go.sum file generated.
			
			
				master
			
			
		
							committed by
							
								 GitHub
								GitHub
							
						
					
				
				 1 changed files with 3 additions and 0 deletions
			
			
		
					Loading…
					
					
				
		Reference in new issue