Skip to content

Commit 7fcdf42

Browse files
committed
ci: refactor codebase and update GitHub Actions workflow
- Remove Go version 1.20 from the GitHub Actions workflow Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 75544ac commit 7fcdf42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu-latest, macos-latest]
34-
go: ["1.20", 1.21, 1.22, 1.23]
34+
go: [1.21, 1.22, 1.23]
3535
include:
3636
- os: ubuntu-latest
3737
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)