Skip to content

Commit 2bcb9bc

Browse files
committed
ci: update workflow configuration for Go version compatibility
- Remove Go version `1.19` from the workflow configuration Signed-off-by: appleboy <[email protected]>
1 parent a761fbc commit 2bcb9bc

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
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
go: [1.19, "1.20", 1.21, 1.22]
31+
go: ["1.20", 1.21, 1.22]
3232
include:
3333
- os: ubuntu-latest
3434
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)