diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd521fe..d2ef187 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: release: runs-on: ubuntu-latest - container: golang:1.23 + container: golang:1.22 permissions: contents: write steps: diff --git a/go.mod b/go.mod index 51efbd0..4a44b47 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Yandex-Practicum/go-autotests -go 1.23 +go 1.22 require ( github.com/go-resty/resty/v2 v2.7.0