Skip to content

Commit e2e9d22

Browse files
authored
Merge pull request #1404 from kubernetes-sigs/tyuchn-patch-2
Bump go version to 1.20.8 in release-1.8
2 parents 754d096 + d5e0efb commit e2e9d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM golang:1.19.12 as builder
15+
FROM --platform=$BUILDPLATFORM golang:1.20.8 as builder
1616

1717
ARG STAGINGVERSION
1818
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)