Skip to content

Commit 520f642

Browse files
committed
build: refine CI and Bump Go Version Requirement
- Update GitHub Actions workflow to test only with Go versions 1.20 and 1.21 - Bump the Go language version requirement from 1.18 to 1.20 in `go.mod` Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent e89f098 commit 520f642

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
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu-latest]
24-
go: [1.18, 1.19, "1.20", 1.21]
24+
go: ["1.20", 1.21]
2525
include:
2626
- os: ubuntu-latest
2727
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/nats
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)