Skip to content

Commit

Permalink
chore: bump go version to 1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Nov 10, 2022
1 parent 254d81a commit 1c56761
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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 <[email protected]>"

# Install deps
Expand Down

0 comments on commit 1c56761

Please sign in to comment.