Skip to content

Commit 6680bf2

Browse files
committed
ci: update Go version to 1.20 and adjust GitHub Actions accordingly
- Remove support for Go 1.18 and 1.19 in GitHub Actions workflow - Update Go version in `go.mod` from 1.18 to 1.20 Signed-off-by: appleboy <[email protected]>
1 parent 573b047 commit 6680bf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.20", 1.21, 1.22, 1.23]
2626
include:
2727
- os: ubuntu-latest
2828
go-build: ~/.cache/go-build

go.mod

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

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/golang-queue/queue v0.1.4-0.20221210024521-cb8720b0c721

0 commit comments

Comments
 (0)