Skip to content

Commit

Permalink
Update to Go 1.16.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Mar 9, 2022
1 parent 8359a73 commit c0c25eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

test-golang:
docker:
- image: circleci/golang:1.15.15
- image: circleci/golang:1.16.15

#### TEMPLATE_NOTE: go expects specific checkout path representing url
#### expecting it in the form of
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
max-parallel: 1
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
go-version: ['1.15.15']
go-version: ['1.16.15']
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.15.15
image: golang:1.16.15
# 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

0 comments on commit c0c25eb

Please sign in to comment.