mirror of
				https://github.com/go-acme/lego.git
				synced 2025-10-31 16:37:41 +02:00 
			
		
		
		
	chore: update for go1.16 (#1350)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							620a48a374
						
					
				
				
					commit
					c562e5b987
				
			
							
								
								
									
										2
									
								
								.github/workflows/go-cross.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/go-cross.yml
									
									
									
									
										vendored
									
									
								
							| @@ -16,7 +16,7 @@ jobs: | ||||
|  | ||||
|     strategy: | ||||
|       matrix: | ||||
|         go-version: [ 1.14, 1.15, 1.x ] | ||||
|         go-version: [ 1.15, 1.16, 1.x ] | ||||
|         os: [ubuntu-latest, macos-latest, windows-latest] | ||||
|  | ||||
|     steps: | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							| @@ -14,7 +14,7 @@ jobs: | ||||
|     name: Main Process | ||||
|     runs-on: ubuntu-latest | ||||
|     env: | ||||
|       GO_VERSION: 1.15 | ||||
|       GO_VERSION: 1.16 | ||||
|       GOLANGCI_LINT_VERSION: v1.36.0 | ||||
|       HUGO_VERSION: 0.54.0 | ||||
|       SEIHON_VERSION: v0.5.1 | ||||
|   | ||||
| @@ -35,7 +35,7 @@ owners to license your work under the terms of the [MIT License](LICENSE). | ||||
|  | ||||
| Requirements: | ||||
|  | ||||
| - `go` v1.14+ | ||||
| - `go` v1.15+ | ||||
| - environment variable: `GO111MODULE=on` | ||||
|  | ||||
| First, you have to install [GoLang](https://golang.org/doc/install) and [golangci-lint](https://github.com/golangci/golangci-lint#install). | ||||
|   | ||||
| @@ -42,7 +42,7 @@ pkg install lego | ||||
|  | ||||
| Requirements: | ||||
|  | ||||
| - `go` v1.14+ | ||||
| - `go` v1.15+ | ||||
| - environment variable: `GO111MODULE=on` | ||||
|  | ||||
| To install the latest development version from sources, just run: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user