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 c201b47 commit e9e9621
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.70.4"
defaultGokoalaImage = "docker.io/pdok/gokoala:0.70.5"
)

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.6

require (
github.com/PDOK/gokoala v0.70.4
github.com/PDOK/gokoala v0.70.5
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
github.com/peterbourgon/ff v1.7.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ dario.cat/mergo v1.0.1/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8=
github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/PDOK/gokoala v0.70.4 h1:kuTM1h5lv+MguUQgFU2pAeT3Z667f05gdsDclaW4AoE=
github.com/PDOK/gokoala v0.70.4/go.mod h1:tBZaUbSoPhUh/TUEMS6CH/2yMk+EBQj1MQvJBEhIKT8=
github.com/PDOK/gokoala v0.70.5 h1:4UxLKmk/sByotFs4q6oNlajU47ZQa/2TlFFUvvf6oH0=
github.com/PDOK/gokoala v0.70.5/go.mod h1:tBZaUbSoPhUh/TUEMS6CH/2yMk+EBQj1MQvJBEhIKT8=
github.com/bahlo/generic-list-go v0.2.0 h1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPnH1Wvgk=
github.com/bahlo/generic-list-go v0.2.0/go.mod h1:2KvAjgMlE5NNynlg/5iLrrCCZ2+5xWbdbCW3pNTGyYg=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down

0 comments on commit e9e9621

Please sign in to comment.