Skip to content

Commit 2a7550d

Browse files
committed
ci: update go version
Make sure our CI follows the same go version stated in go.mod. Signed-off-by: Bruno Meneguele <[email protected]>
1 parent 97c0532 commit 2a7550d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stages:
1717
- release
1818

1919
default:
20-
image: golang:1.18
20+
image: golang:1.21
2121
tags:
2222
- gitlab-org
2323

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ os:
44
- linux
55

66
go:
7-
- 1.18.x
7+
- 1.21.x
88

99
# use containers which run faster and have cache
1010
sudo: false

0 commit comments

Comments
 (0)