Skip to content

Commit

Permalink
Update etc modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 23, 2022
1 parent 990454b commit 0e08543
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tidy.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.1.0
-
# https://github.com/actions/checkout/issues/6
name: Fix detached HEAD
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.15.0
FROM alpine:3.17.0

RUN apk add --no-cache ca-certificates

Expand Down
10 changes: 5 additions & 5 deletions go.mod
@@ -1,6 +1,6 @@
module github.com/giantswarm/cert-operator/v2

go 1.18
go 1.19

require (
github.com/giantswarm/apiextensions/v6 v6.4.1
Expand Down Expand Up @@ -145,9 +145,9 @@ require (
)

replace (
github.com/coreos/etcd => github.com/coreos/etcd v3.3.24+incompatible
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt v3.2.1+incompatible
github.com/go-ldap/ldap/v3 => github.com/go-ldap/ldap/v3 v3.4.2
github.com/coreos/etcd => github.com/coreos/etcd v3.3.27+incompatible
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/go-ldap/ldap/v3 => github.com/go-ldap/ldap/v3 v3.4.4
github.com/gogo/protobuf v1.3.1 => github.com/gogo/protobuf v1.3.2
github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.9.7
github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.9.8
)

0 comments on commit 0e08543

Please sign in to comment.