Update golang to 1.21

This commit is contained in:
2023-09-07 23:17:58 +01:00
parent 97f4007a6a
commit 7f82327e1b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21
- name: Configure git for private modules
uses: extractions/netrc@v1
with:
+1 -1
View File
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.19 as builder
FROM golang:1.21 as builder
ARG TARGETOS
ARG TARGETARCH