We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcf92a commit 32448f5Copy full SHA for 32448f5
.ci/Dockerfile
@@ -12,7 +12,7 @@
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
-FROM quay.io/openshift-pipeline/golang:1.15-alpine AS builder
+FROM golang:1.18-alpine AS builder
16
17
# Install dependencies
18
.github/workflows/ci.yaml
@@ -36,7 +36,7 @@ jobs:
36
- name: Setup Go environment
37
uses: actions/setup-go@v2
38
with:
39
- go-version: 1.13
+ go-version: 1.18
40
41
- name: Check if devfile registry build is working
42
run: registry-repo/.ci/build.sh
0 commit comments