mirror of
				https://github.com/actions/setup-go.git
				synced 2025-11-04 01:06:24 +00:00 
			
		
		
		
	Update dist
				
					
				
			This commit is contained in:
		
							
								
								
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							@@ -2086,7 +2086,7 @@ function run() {
 | 
			
		||||
                const version = installer.makeSemver(versionSpec);
 | 
			
		||||
                // Go versions less than 1.9 require GOROOT to be set
 | 
			
		||||
                if (semver.lt(version, '1.9.0')) {
 | 
			
		||||
                    core.info("Setting GOROOT for Go version < 1.9");
 | 
			
		||||
                    core.info('Setting GOROOT for Go version < 1.9');
 | 
			
		||||
                    core.exportVariable('GOROOT', installDir);
 | 
			
		||||
                }
 | 
			
		||||
                let added = yield addBinToPath();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user