Skip to content

Commit d677500

Browse files
committed
ci: remove support for older Go versions in workflows and go.mod
- Remove support for Go versions 1.18, 1.19, and 1.20 from GitHub Actions workflow - Remove `toolchain go1.23.1` from `go.mod` file Signed-off-by: appleboy <[email protected]>
1 parent bed12d6 commit d677500

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
go: [1.18, 1.19, "1.20", 1.21, 1.22, 1.23]
25+
go: [1.21, 1.22, 1.23]
2626
include:
2727
- os: ubuntu-latest
2828
go-build: ~/.cache/go-build

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/golang-queue/redisdb-stream
22

33
go 1.21
44

5-
toolchain go1.23.1
6-
75
require (
86
github.com/appleboy/com v0.2.1
97
github.com/golang-queue/queue v0.1.4-0.20221230133718-0314ef173f98

0 commit comments

Comments
 (0)