Skip to content

Commit

Permalink
Merge pull request #22 from faabiosr/deprecate/go-version
Browse files Browse the repository at this point in the history
deprecate: golang version v1.18
  • Loading branch information
faabiosr committed Oct 18, 2023
2 parents 74b36a9 + dba780e commit 1b6863e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -14,9 +14,9 @@ jobs:
strategy:
matrix:
go-version:
- '1.18.x'
- '1.19.x'
- '1.20.x'
- '1.21.x'
platform: [ubuntu-latest]

name: test
Expand All @@ -37,13 +37,13 @@ jobs:
- name: golanci-linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2
version: v1.54.2

- name: run unit tests
run: make test

- name: upload code coverage
uses: codecov/codecov-action@v3.1.1
uses: codecov/codecov-action@v3.1.4
if: contains(github.ref, 'master')
with:
file: ./cover.out
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@
echo-middleware is a Go package that provides multiple middleware for Echo Framework.

## Requirements
Echo Middlewares requires Go 1.15 or later and Echo Framework v4.
Echo Middlewares requires Go 1.19 or later and Echo Framework v4.

## Instalation
Use go get.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/faabiosr/echo-middleware

go 1.18
go 1.19

require (
github.com/charmbracelet/log v0.2.1
Expand Down

0 comments on commit 1b6863e

Please sign in to comment.