Skip to content

Commit

Permalink
chore: remove support for Go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomatavelli committed May 12, 2022
1 parent 10c9e6f commit 53105cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 53105cf

Please sign in to comment.