Skip to content

Commit

Permalink
Update to Go 1.20.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Oct 6, 2023
1 parent 6c5da34 commit 0958576
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

test-golang:
docker:
- image: cimg/go:1.19.13
- image: cimg/go:1.20.9

steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
max-parallel: 1
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
go-version: ['1.19.13']
go-version: ['1.20.9']
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Telegram:
Discord Listener:
variables:
REPO_NAME: github.com/harmon758/harmonbot
image: golang:1.19.13
image: golang:1.20.9
# 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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module harmonbot

go 1.19
go 1.20

require (
github.com/bwmarrin/dgvoice v0.0.0-20210225172318-caaac756e02e
Expand Down

0 comments on commit 0958576

Please sign in to comment.