Skip to content

Commit 4462a56

Browse files
committed
build: Bump Go to 1.22.3
1 parent 0066c03 commit 4462a56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run::cli:
2-
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golang:1.22.2
2+
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golang:1.22.3
33
rules:
44
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
55
script:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/jippi/scm-engine
22

3-
go 1.22.2
3+
go 1.22.3
44

55
require (
66
github.com/99designs/gqlgen v0.17.45

0 commit comments

Comments
 (0)