Skip to content

Commit

Permalink
[maint] update circle to cimg/go:1.18, update alpine to 3.13 (#246)
Browse files Browse the repository at this point in the history
- update circle image to cimg/go:1.18 (which is currently up to 1.18.1)
- update Dockerfile alpine image to 3.13 (currently up to 3.13.10)
  • Loading branch information
JamieDanielson committed Apr 19, 2022
1 parent 419ecfe commit 578b5c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ platform_matrix: &platform_matrix
jobs:
test:
docker:
- image: circleci/golang:1.17
- image: cimg/go:1.18
steps:
- checkout
- run: go test --timeout 10s -v ./...

go-build:
docker:
- image: circleci/golang:1.17
- image: cimg/go:1.18
parameters:
os:
description: Target operating system
Expand All @@ -53,7 +53,7 @@ jobs:

build_packages:
docker:
- image: circleci/golang:1.17
- image: cimg/go:1.18
steps:
- attach_workspace:
at: ~/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This builds the binary inside an Alpine Linux container, which is small
FROM alpine:3.11
FROM alpine:3.13
MAINTAINER Ben Hartshorne <ben@honeycomb.io>

# Set us up so we can build the binary
Expand Down

0 comments on commit 578b5c0

Please sign in to comment.