[text] m

Viewer

  1. version: 2
  2. jobs:
  3.   go-version-latest:
  4.     docker:
  5.       - image: cimg/go:1.18-node
  6.     steps:
  7.       - checkout
  8.       - run: make
  9.       - run: make alltest
  10.   go-version-last:
  11.     docker:
  12.       - image: cimg/go:1.17-node
  13.     steps:
  14.       - checkout
  15.       - run: make
  16.       - run: make alltest
  17.  
  18. workflows:
  19.   version: 2
  20.   build_and_test:
  21.     jobs:
  22.       - go-version-latest
  23.       - go-version-last
  24.      

Editor

You can edit this paste and save as new:


File Description
  • m
  • Paste Code
  • 23 May-2022
  • 422 Bytes
You can Share it: