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 28, 2023
1 parent 5b8639b commit 55e2bd3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# full checkout for semantic-release
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
fetch-depth: 0
- name: Set up go ${{env.GO_VERSION}}
Expand Down Expand Up @@ -55,12 +55,12 @@ jobs:
steps:
# full checkout for semantic-release
- name: Full checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
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.38
github.com/IBM/fp-go v1.0.39
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
Expand Up @@ -3,6 +3,8 @@ 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.38 h1:JSaCYyU7ls6d/Z74Q3d9u9Eej9T+Lg1P4PDhjjMEGdE=
github.com/IBM/fp-go v1.0.38/go.mod h1:bzy8gLFXi4hAbaOYc1fHBUqKOvQq7oNUkfNotjrNTGw=
github.com/IBM/fp-go v1.0.39 h1:37oumQVXNKFCN/LzA+uwc/jE/DaVx+FSaN3YHRIbM3I=
github.com/IBM/fp-go v1.0.39/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:4f53e2564790c8e7856ec08e384732aa38dc43c52f02952483e3f003afbf23db
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 55e2bd3

Please sign in to comment.