Skip to content
Snippets Groups Projects
Commit 2d55e02b authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

Merge branch 'feature/PRXS-1951-UpdateGoVersion' into 'master'

Обновлена версия Go до 1.22

See merge request perxis/perxis-go!164
parents 083aaf1f 0708e0d2
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ run_tests: ...@@ -16,7 +16,7 @@ run_tests:
junit: report.xml junit: report.xml
lint: lint:
image: golangci/golangci-lint:v1.55-alpine image: golangci/golangci-lint:v1.56-alpine
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH)' - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH)'
stage: test stage: test
......
module git.perx.ru/perxis/perxis-go module git.perx.ru/perxis/perxis-go
go 1.21 go 1.22
require ( require (
github.com/avast/retry-go/v4 v4.5.1 github.com/avast/retry-go/v4 v4.5.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment