Skip to content

Commit

Permalink
chore: bump Go version to 1.20 in workflow and modules
Browse files Browse the repository at this point in the history
- Update Go version in the workflow from a range including 1.18 to 1.23 to only include 1.20 to 1.23
- Change the Go version in the go.mod file from 1.18 to 1.20

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Aug 31, 2024
1 parent 9a56432 commit dd2a23e
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 @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-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/queue

go 1.18
go 1.20

require (
github.com/appleboy/com v0.1.7
Expand Down

0 comments on commit dd2a23e

Please sign in to comment.