Skip to content

Commit 4cb2969

Browse files
committed
ci: update GitHub Actions workflow and testing configurations
- Remove support for Go versions 1.20 and 1.21 in the GitHub Actions workflow Signed-off-by: appleboy <[email protected]>
1 parent 542bedb commit 4cb2969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
go: ["1.20", 1.21, 1.22, 1.23]
26+
go: [1.22, 1.23]
2727
include:
2828
- os: ubuntu-latest
2929
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)