Skip to content

Commit

Permalink
Merge pull request #4721 from ywk253100/220307_golang_1.8
Browse files Browse the repository at this point in the history
Bump up golang to 1.17.8
  • Loading branch information
ywk253100 authored Mar 7, 2022
2 parents a814e85 + 6d33b18 commit 18ee078
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM --platform=$BUILDPLATFORM golang:1.17.6 as builder-env
FROM --platform=$BUILDPLATFORM golang:1.17.8 as builder-env

ARG GOPROXY
ARG PKG
Expand Down
1 change: 1 addition & 0 deletions changelogs/CHANGELOG-1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ https://velero.io/docs/v1.8/upgrade-to-1.8/
### All changes
* Bypass the remap CRD version plugin when v1beta1 CRD is not supported (#4706, @reasonerjt)
* Support regional pv for GKE (#4691, @jxun)
* Bump up golang to 1.17.8 (#4721, @ywk253100)

## v1.8.0
### 2022-01-14
Expand Down
2 changes: 1 addition & 1 deletion hack/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.17.6
FROM golang:1.17.8

ARG GOPROXY

Expand Down

0 comments on commit 18ee078

Please sign in to comment.