Skip to content

Commit

Permalink
feat: bump gokoala version
Browse files Browse the repository at this point in the history
  • Loading branch information
rkettelerij committed Feb 14, 2025
1 parent ed403b3 commit cfac2e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import (
)

const (
defaultGokoalaImage = "docker.io/pdok/gokoala:0.60.1"
defaultGokoalaImage = "docker.io/pdok/gokoala:0.70.3"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/PDOK/ogcapi-operator
go 1.23.1

require (
github.com/PDOK/gokoala v0.60.1
github.com/PDOK/gokoala v0.70.3
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
github.com/peterbourgon/ff v1.7.1
Expand Down

0 comments on commit cfac2e5

Please sign in to comment.