build(deps): bump golang from 1.19 to 1.20

Bumps golang from 1.19 to 1.20.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-02 03:04:55 +00:00 committed by Michel Loiseleur
parent 8589ac765a
commit 91744629c3
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
# builder image
ARG ARCH
FROM golang:1.19 as builder
FROM golang:1.20 as builder
ARG ARCH
WORKDIR /sigs.k8s.io/external-dns

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.19 as builder
FROM golang:1.20 as builder
WORKDIR /sigs.k8s.io/external-dns