Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update etc modules - autoclosed #508

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
)