switch to stable go 1.19.0
This commit is contained in:
		
							parent
							
								
									a049a37624
								
							
						
					
					
						commit
						f8b7a40837
					
				| 
						 | 
					@ -21,7 +21,7 @@ jobs:
 | 
				
			||||||
      - name: Set up Go
 | 
					      - name: Set up Go
 | 
				
			||||||
        uses: actions/setup-go@v3
 | 
					        uses: actions/setup-go@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          go-version: '1.19.0-beta.1'
 | 
					          go-version: '1.19.0'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      # This step usually is not needed because the /ui/dist is pregenerated locally
 | 
					      # This step usually is not needed because the /ui/dist is pregenerated locally
 | 
				
			||||||
      # but its here to ensure that each release embeds the latest admin ui artifacts.
 | 
					      # but its here to ensure that each release embeds the latest admin ui artifacts.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue