Skip to content

Commit

Permalink
update go version and bump dependencies (#18)
Browse files Browse the repository at this point in the history
* update go version and bump dependencies
  • Loading branch information
mdimiceli authored Mar 27, 2023
1 parent 213abda commit d12eb92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: "1.20"

- name: cache go modules
uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: "1.20"

- name: cache go modules
uses: actions/cache@v1
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/orange-cloudfoundry/terraform-provider-credhub

go 1.19
go 1.20

require (
code.cloudfoundry.org/credhub-cli v0.0.0-20230102140106-e885c70b08f8
Expand Down

0 comments on commit d12eb92

Please sign in to comment.