Skip to content

Merge pull request #837 from idcos/v1.3.7.2 #7

Merge pull request #837 from idcos/v1.3.7.2

Merge pull request #837 from idcos/v1.3.7.2 #7

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:

Check failure on line 12 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
- uses: actions/checkout@v2
- name: Set up Go 1.17
uses: actions/setup-go@v3
with:
go-version: 1.17
- name: Setup Golang caches
uses: actions/cache@v3
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-golang-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-golang-
- name: Build and Pack
run: go get github.com/swaggo/swag/cmd/swag && make build
- name: Show versions
run: ./build/iac-portal --version && ./build/ct-runner --version