Skip to content

Commit cfea27d

Browse files
authored
Merge pull request #1405 from kubernetes-sigs/tyuchn-patch-3
Bump go version to 1.20.8 in release-1.7
2 parents f477ba4 + 49f9804 commit cfea27d

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)