Skip to content

Commit c4ba7b0

Browse files
committed
chore: update Go version to 1.20 and adjust related configurations
- 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 2508aa3 commit c4ba7b0

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
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
go: [1.18, 1.19, "1.20", 1.21, 1.22, 1.23]
26+
go: ["1.20", 1.21, 1.22, 1.23]
2727
include:
2828
- os: ubuntu-latest
2929
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/nsq
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/golang-queue/queue v0.1.4-0.20221230133718-0314ef173f98

0 commit comments

Comments
 (0)