Update .github/workflows/integration-testing.yml

Co-authored-by: Chris Gavin <chris@chrisgavin.me>
This commit is contained in:
Robert 2020-11-30 12:28:26 +00:00 committed by GitHub
parent 7174a81563
commit b1fd75309c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,10 +137,6 @@ jobs:
CODEQL_EXTRACTOR_GO_BUILD_TRACING: "on"
steps:
- uses: actions/setup-go@v2
if: ${{ matrix.os == 'macos-latest' }}
with:
go-version: '^1.13.1'
- uses: actions/checkout@v2
- name: Move codeql-action
shell: bash