diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6cf2ab5..5b0fa03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - go: [ '1.15', '1.16', '1.17', '1.18', '>=1.18' ] + go: [ '1.16', '1.17', '1.18', '>=1.18' ] name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 9a27558..958b1c1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Para começar a utilizar o Millennium com Go, instale o Go e rode o `go get`: go get -u github.com/fabiomatavelli/millennium-go ``` -Isso irá baixar a instalar a biblioteca. +Isso irá baixar a instalar a biblioteca e suas dependências. ## Exemplo