Skip to content

madecomfy/go-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go AWS

CircleCI Maintainability

An Alpine Go container preloaded with AWS tooling for CI builds.

Usage

docker pull madecomfyau/go-aws
docker pull madecomfyau/go-aws:1.14

CircleCI configuration example

version: 2

defaults: &defaults
  working_directory: /go/src/github.com/madecomfy/xxxxxx
  docker:
    - image: madecomfyau/go-aws:1.14

References