Skip to content

Commit

Permalink
build: update Go version support and build configurations
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
appleboy committed Sep 27, 2024
1 parent 0799a1d commit 3b83a05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.18, 1.19, "1.20", 1.21, 1.22]
go: [1.21, 1.22, 1.23]
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
- os: macos-latest
go-build: ~/Library/Caches/go-build
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 3b83a05

Please sign in to comment.