Skip to content

Commit 3b83a05

Browse files
committed
build: update Go version support and build configurations
- Remove support for Go versions 1.18, 1.19, and 1.20 - Add support for Go version 1.23 - Remove macOS cache configuration for Go builds Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 0799a1d commit 3b83a05

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
go: [1.18, 1.19, "1.20", 1.21, 1.22]
30+
go: [1.21, 1.22, 1.23]
3131
include:
3232
- os: ubuntu-latest
3333
go-build: ~/.cache/go-build
34-
- os: macos-latest
35-
go-build: ~/Library/Caches/go-build
3634
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
3735
runs-on: ${{ matrix.os }}
3836
env:

0 commit comments

Comments
 (0)