Skip to content

Commit

Permalink
chore: drop go1.13 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubogdan authored Jan 18, 2022
1 parent 3275d4b commit 8bd78ec
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go: [ '1.13.x', '1.14.x', '1.15.x', '1.16.x' ]
go: [ '1.14.x', '1.15.x', '1.16.x', '1.17.x' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/microcosm-cc/bluemonday v1.0.16 // indirect
github.com/rs/cors v1.8.0
github.com/stretchr/testify v1.7.0
github.com/swaggo/swag v1.7.0
github.com/swaggo/swag v1.7.8
github.com/unrolled/secure v0.0.0-20190103195806-76e6d4e9b90c
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
)
Loading

0 comments on commit 8bd78ec

Please sign in to comment.