Skip to content

Commit 3bf0033

Browse files
committed
chore: deprecate go 1.19
1 parent 702b579 commit 3bf0033

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
strategy:
66
matrix:
7-
go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x]
7+
go-version: [1.20.x, 1.21.x, 1.22.x]
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x]
7+
go-version: [1.20.x, 1.21.x, 1.22.x]
88
os: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/fasthttp/router
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/savsgio/gotils v0.0.0-20240303185622-093b76447511

0 commit comments

Comments
 (0)