Skip to content

Commit bee0c88

Browse files
committed
Add Go v1.21 to CI
Go v1.21 was just released today (https://go.dev/doc/go1.21), so let's make sure our builds work with it.
1 parent 7a394de commit bee0c88

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
@@ -78,7 +78,7 @@ default:
7878
.go-matrix-job:
7979
parallel:
8080
matrix:
81-
- GO_VERSION: ["golang-1.19", "golang-1.20"]
81+
- GO_VERSION: ["golang-1.19", "golang-1.20", "golang-1.21"]
8282

8383
################################################################################
8484
# Prepare jobs

0 commit comments

Comments
 (0)