chore: Update from ubi8/go-toolset:1.20.10-10 to ubi8/go-toolset:1.21.13-1 #301
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Copyright (c) 2019-2021 Red Hat, Inc. | |
# This program and the accompanying materials are made | |
# available under the terms of the Eclipse Public License 2.0 | |
# which is available at https://www.eclipse.org/legal/epl-2.0/ | |
# | |
# SPDX-License-Identifier: EPL-2.0 | |
# | |
# Contributors: | |
# Red Hat, Inc. - initial API and implementation | |
# | |
name: Che Machine Exec | |
on: [pull_request] | |
jobs: | |
run: | |
name: License | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Set up Go 1.15 | |
uses: actions/setup-go@v3 | |
with: | |
go-version: 1.15 | |
- name: Checkout repo | |
uses: actions/checkout@v3 | |
- name: Check Eclipse license headers | |
run: | | |
go get -u github.com/che-incubator/check-license-header@379ba18fdb906d341ae451ea155cc34f1c4b4f1a | |
/bin/bash scripts/license.sh check |