Skip to content

Commit

Permalink
build(go): update to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mloberg committed Apr 21, 2023
1 parent fa7752b commit bcf29ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ You can authenticate with Vault in one of the following ways:

You'll need to install the following:

* Go 1.19
* Go 1.20
* [golangci-lint](https://golangci-lint.run/) (`brew install golangci-lint`)
* [pre-commit](https://pre-commit.com/) (`brew install pre-commit`)
* [GoReleaser](https://goreleaser.com/) (_optional_)
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/articulate/docker-consul-template-bootstrap

go 1.19
go 1.20

require (
github.com/aws/aws-sdk-go-v2/config v1.18.21
Expand Down

0 comments on commit bcf29ec

Please sign in to comment.