Skip to content

Commit 376afb7

Browse files
committed
Remove go 1.22 as we don't need to test against it
1 parent 3803ab0 commit 376afb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ default:
9797
.go-matrix-job:
9898
parallel:
9999
matrix:
100-
- GO_VERSION: ["1.22", "1.23", "1.24"]
100+
- GO_VERSION: ["1.23", "1.24"]
101101

102102
################################################################################
103103
# Prepare jobs

0 commit comments

Comments
 (0)