fix go version in DevContainer and contibution guide (#2768)
* Remove trailing whitespaces in contribution.md They make the pre-commit hook "trailing-whitespace" fail. * Correct Go version in DevContainer and Contibution guide
This commit is contained in:
		
							parent
							
								
									d365d5fc41
								
							
						
					
					
						commit
						bc034454f6
					
				|  | @ -1,4 +1,4 @@ | ||||||
| FROM mcr.microsoft.com/vscode/devcontainers/go:1-1.21 | FROM mcr.microsoft.com/vscode/devcontainers/go:1-1.22 | ||||||
| 
 | 
 | ||||||
| SHELL ["/bin/bash", "-o", "pipefail", "-c"] | SHELL ["/bin/bash", "-o", "pipefail", "-c"] | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -15,7 +15,7 @@ We suggest using [Visual Studio Code](https://code.visualstudio.com/docs/languag | ||||||
| 
 | 
 | ||||||
| # Go version | # Go version | ||||||
| 
 | 
 | ||||||
| This project is currently still using go 1.19. You can follow the installation guide for go [here.](https://go.dev/doc/install) And you can find go version 1.19 in the archived section [here.](https://go.dev/dl/) | This project is currently still using go 1.22. You can follow the installation guide for go [here.](https://go.dev/doc/install) And you can find go version 1.22 in the archived section [here.](https://go.dev/dl/) | ||||||
| 
 | 
 | ||||||
| # Preparing your fork | # Preparing your fork | ||||||
| Clone your fork, create a feature branch and update the depedencies to get started. | Clone your fork, create a feature branch and update the depedencies to get started. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue