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