Skip to content

Commit

Permalink
Update to Go 1.17.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Oct 6, 2023
1 parent afaa8ab commit 48a4ae2
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.16.15
- image: cimg/go:1.17.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.16.15']
go-version: ['1.17.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.16.15
image: golang:1.17.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.16
go 1.17

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

0 comments on commit 48a4ae2

Please sign in to comment.