Skip to content

Commit

Permalink
chore: update Go version to 1.20 and adjust related configurations
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
appleboy committed Jan 4, 2025
1 parent 2508aa3 commit c4ba7b0
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 @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.18, 1.19, "1.20", 1.21, 1.22, 1.23]
go: ["1.20", 1.21, 1.22, 1.23]
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/nsq

go 1.18
go 1.20

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

0 comments on commit c4ba7b0

Please sign in to comment.