chore: update for go1.16 (#1350)

This commit is contained in:
Ludovic Fernandez 2021-02-17 09:02:44 +01:00 committed by GitHub
parent 620a48a374
commit c562e5b987
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -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:

View file

@ -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

View file

@ -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).

View file

@ -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:

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/go-acme/lego/v4
go 1.14
go 1.15
require (
cloud.google.com/go v0.54.0