Skip to content

Bump github.com/docker/docker for CVE-2024-41110 #616

Bump github.com/docker/docker for CVE-2024-41110

Bump github.com/docker/docker for CVE-2024-41110 #616

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: alltests

Check failure on line 11 in .github/workflows/go-portieris.yaml

View workflow run for this annotation

GitHub Actions / Go

Invalid workflow file

The workflow is not valid. .github/workflows/go-portieris.yaml (Line: 11, Col: 5): Required property is missing: runs-on
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Setup correct Go version
uses: actions/setup-go@v2
with:
go-version: '1.20.12'
check-latest: true
- name: alltests
run: |
rm -rf /root/go/src/github.com/IBM
mkdir -p /root/go/src/github.com/IBM/
mv /tmp/github-runner-your-repo/portieris/portieris /root/go/src/github.com/IBM/
cd /root/go/src/github.com/IBM/portieris/
export PATH=$PATH:/usr/local/go/bin/
export GOPATH=$HOME/go
export PATH=$PATH:$HOME/go/bin/
export TERM=ansi
make alltests
mv /root/go/src/github.com/IBM/portieris/ /tmp/github-runner-your-repo/portieris/