Skip to content

Commit 3035fbe

Browse files
committed
update: add tests on go1.18 and move go1.14
1 parent 24fe033 commit 3035fbe

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
go_version: [1.14, 1.15, 1.16, 1.17]
22+
go_version: [1.15, 1.16, 1.17, 1.18]
2323
os: [ubuntu-latest, windows-latest, macOS-latest]
2424

2525
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
go: [1.16]
16+
go: [1.17]
1717

1818
steps:
1919
- name: Checkout

_examples/fastrux/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# FastRux
2+
3+
base on fasthttp
4+

0 commit comments

Comments
 (0)