Skip to content

Commit

Permalink
Merge pull request #114 from habx/chore/update-go
Browse files Browse the repository at this point in the history
chore(go): update golang version
  • Loading branch information
habx-auto-merge[bot] authored Sep 2, 2020
2 parents b0f6ace + dbc191a commit 844ae7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@ jobs:
- checkout
- *golang_with_cache_restore_deps
- *golang_get_mod
- *golang_with_cache_save_deps
- run: go get -u github.com/mitchellh/gox
- run: go get -u github.com/tcnksm/ghr
- *golang_get_mod
- *golang_with_cache_save_deps
- run:
name: cross compile
command: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/habx/aws-mq-cleaner

go 1.13
go 1.15

require (
github.com/aws/aws-sdk-go v1.34.15
Expand Down

0 comments on commit 844ae7a

Please sign in to comment.