Skip to content

Commit

Permalink
ci: update Go versions in GitHub Actions workflow
Browse files Browse the repository at this point in the history
- Update Go versions in the GitHub Actions workflow to include only `1.21`, `1.22`, and `1.23`

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Dec 28, 2024
1 parent 9737e60 commit 6b27c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-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
Expand Down

0 comments on commit 6b27c83

Please sign in to comment.