diff --git a/.circleci/config.yml b/.circleci/config.yml index 4ca85843a6..d6209cde10 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,7 +56,7 @@ jobs: test-golang: docker: - - image: cimg/go:1.18.10 + - image: cimg/go:1.19.13 steps: - checkout diff --git a/.github/workflows/platforms.yml b/.github/workflows/platforms.yml index 02896e2437..c3250fb366 100644 --- a/.github/workflows/platforms.yml +++ b/.github/workflows/platforms.yml @@ -104,7 +104,7 @@ jobs: max-parallel: 1 matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - go-version: ['1.18.10'] + go-version: ['1.19.13'] runs-on: ${{ matrix.os }} steps: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 538976982d..eed293abbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,7 @@ Telegram: Discord Listener: variables: REPO_NAME: github.com/harmon758/harmonbot - image: golang:1.18.10 + image: golang:1.19.13 # The problem is that to be able to use go get, one needs to put # the repository in the $GOPATH. So for example, if your gitlab domain # is gitlab.com, and your repository is namespace/project, and with diff --git a/go.mod b/go.mod index 3b8cbd4c62..8b7085142a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module harmonbot -go 1.18 +go 1.19 require ( github.com/bwmarrin/dgvoice v0.0.0-20210225172318-caaac756e02e