Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump go version to 1.19.3 #9392

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ default_environment: &default_environment
executors:
golang:
docker:
- image: cimg/go:1.19.1
- image: cimg/go:1.19.3
working_directory: ~/ipfs/kubo
environment:
<<: *default_environment
Expand All @@ -61,7 +61,7 @@ executors:
E2E_IPFSD_TYPE: go
dockerizer:
docker:
- image: cimg/go:1.19.1
- image: cimg/go:1.19.3
environment:
IMAGE_NAME: ipfs/kubo
WIP_IMAGE_TAG: wip
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
- *store_gomod
interop:
docker:
- image: cimg/go:1.19.1-node
- image: cimg/go:1.19.3-node
parallelism: 4
resource_class: large
steps:
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Note: when updating the go minor version here, also update the go-channel in snap/snapcraft.yml
FROM golang:1.19.1-buster
FROM golang:1.19.3-buster
LABEL maintainer="Steven Allen <steven@stebalien.com>"

# Install deps
Expand Down