Skip to content

Commit

Permalink
build: refine CI and Bump Go Version Requirement
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
appleboy committed Dec 27, 2023
1 parent e89f098 commit 520f642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.18, 1.19, "1.20", 1.21]
go: ["1.20", 1.21]
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/golang-queue/nats

go 1.18
go 1.20

require (
github.com/golang-queue/queue v0.1.4-0.20221230133718-0314ef173f98
Expand Down

0 comments on commit 520f642

Please sign in to comment.