Skip to content

Commit

Permalink
Update to Go 1.19.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Oct 6, 2023
1 parent 1f6c601 commit 6c5da34
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.18.10
- image: cimg/go:1.19.13

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.18.10']
go-version: ['1.19.13']
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.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
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.18
go 1.19

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

0 comments on commit 6c5da34

Please sign in to comment.