diff --git a/.circleci/config.yml b/.circleci/config.yml index e95e45b..8abee41 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,11 +2,11 @@ version: 2.1 executors: python-container: - docker: - - image: cimg/python:3.9.7 + docker: + - image: cimg/python:3.9.7 go-container: docker: - - image: cimg/go:1.17.1 + - image: cimg/go:1.21.6 environment: GO111MODULE: "on" GOPROXY: "https://proxy.golang.org" @@ -20,7 +20,7 @@ jobs: - run: name: Install goimports tool command: | - go get -u golang.org/x/tools/cmd/goimports + go install golang.org/x/tools/cmd/goimports@latest echo "export PATH=$GOPATH/bin:$PATH" >> $BASH_ENV - run: name: Check Go format @@ -189,4 +189,4 @@ workflows: - release-github filters: tags: - only: /v.*/ \ No newline at end of file + only: /v.*/