Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
chore(deps): update Go to 1.15
Browse files Browse the repository at this point in the history
Signed-off-by: danmx <[email protected]>
  • Loading branch information
danmx committed Aug 16, 2020
1 parent 82d7274 commit b674c43
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="0.6.0"></a>
## [0.6.0] - 2020-08-16
### Aws
- customizing default retryer for AWS api calls

### Chore
- removing deprecated name tag reference
- **deps:** update Go to 1.15
- **deps:** bumping Go and tidying dependecies
- **deps:** update module aws/aws-sdk-go to v1.34.2
- **deps:** update dependency io_bazel_rules_go to v0.23.7
Expand Down Expand Up @@ -199,7 +203,8 @@
<a name="0.0.1"></a>
## 0.0.1 - 2019-03-18

[Unreleased]: https://github.com/danmx/sigil/compare/0.5.3...HEAD
[Unreleased]: https://github.com/danmx/sigil/compare/0.6.0...HEAD
[0.6.0]: https://github.com/danmx/sigil/compare/0.5.3...0.6.0
[0.5.3]: https://github.com/danmx/sigil/compare/0.5.2...0.5.3
[0.5.2]: https://github.com/danmx/sigil/compare/0.5.1...0.5.2
[0.5.1]: https://github.com/danmx/sigil/compare/0.5.0...0.5.1
Expand Down
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file"
# Golang
http_archive(
name = "io_bazel_rules_go",
sha256 = "0310e837aed522875791750de44408ec91046c630374990edd51827cb169f616",
sha256 = "2697f6bc7c529ee5e6a2d9799870b9ec9eaeb3ee7d70ed50b87a2c2c97e13d9e",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.23.7/rules_go-v0.23.7.tar.gz",
"https://github.com/bazelbuild/rules_go/releases/download/v0.23.7/rules_go-v0.23.7.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.23.8/rules_go-v0.23.8.tar.gz",
"https://github.com/bazelbuild/rules_go/releases/download/v0.23.8/rules_go-v0.23.8.tar.gz",
],
)

Expand All @@ -21,7 +21,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
go_rules_dependencies()

go_register_toolchains(
go_version = "1.14.7",
go_version = "1.15",
)

# gazelle
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/danmx/sigil

go 1.14
go 1.15

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

0 comments on commit b674c43

Please sign in to comment.