Skip to content

Commit 9700b4c

Browse files
committed
chore: modify go version
1 parent b6fe590 commit 9700b4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ variables:
88
GITLAB_TOKEN: $GITLAB_TOKEN
99
GO_VERSION: "1.22.10"
1010

11-
#before_script:
11+
before_script:
1212
# Install the Go version specified in go.mod
13-
# - "go version"
14-
# - "go mod tidy"
13+
- "go version"
14+
- "go mod tidy"
1515

1616
build_job:
1717
stage: build

0 commit comments

Comments
 (0)