Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent aa89045 commit e711dbf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
fetch-depth: 0

- name: Set up Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/ibm-hyper-protect/terraform-provider-hpcr

go 1.20
go 1.21

require (
github.com/IBM/fp-go v1.0.28
github.com/IBM/fp-go v1.0.29
github.com/Masterminds/semver v1.5.0
github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637
github.com/hashicorp/go-uuid v1.0.3
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
github.com/IBM/fp-go v1.0.28 h1:KiZfEKNf5Q6epzwVV6/WjouWqGQFXYo66k3UEkGduC4=
github.com/IBM/fp-go v1.0.28/go.mod h1:bzy8gLFXi4hAbaOYc1fHBUqKOvQq7oNUkfNotjrNTGw=
github.com/IBM/fp-go v1.0.29 h1:qa9aBFs1SO04WxkAOFVDhbyZEfkltBrXWh8F+JTq0Tc=
github.com/IBM/fp-go v1.0.29/go.mod h1:bzy8gLFXi4hAbaOYc1fHBUqKOvQq7oNUkfNotjrNTGw=
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=
Expand Down
2 changes: 1 addition & 1 deletion samples/hello-world/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.package datasource
services:
hello-world:
image: docker.io/library/hello-world@sha256:926fac19d22aa2d60f1a276b66a20eb765fbeea2db5dbdaafeb456ad8ce81598
image: docker.io/library/hello-world@sha256:dcba6daec718f547568c562956fa47e1b03673dd010fe6ee58ca806767031d1c
2 changes: 1 addition & 1 deletion samples/nginx-golang/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 AS build
FROM golang:1.21 AS build

WORKDIR /compose/hello-docker
COPY main.go main.go
Expand Down

0 comments on commit e711dbf

Please sign in to comment.