Skip to content

Commit dd2a23e

Browse files
committed
chore: bump Go version to 1.20 in workflow and modules
- 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 <appleboy.tw@gmail.com>
1 parent 9a56432 commit dd2a23e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
os: [ubuntu-latest, macos-latest]
42-
go: [1.18, 1.19, "1.20", 1.21, 1.22, 1.23]
42+
go: ["1.20", 1.21, 1.22, 1.23]
4343
include:
4444
- os: ubuntu-latest
4545
go-build: ~/.cache/go-build

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/golang-queue/queue
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/appleboy/com v0.1.7

0 commit comments

Comments
 (0)