Skip to content

Bump knative.dev/serving from 0.15.2 to 0.39.0 #21

Bump knative.dev/serving from 0.15.2 to 0.39.0

Bump knative.dev/serving from 0.15.2 to 0.39.0 #21

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Test
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
env:
GOPATH: ${{ github.workspace }}
GO111MODULE: off
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code onto GOPATH
uses: actions/checkout@v2
with:
fetch-depth: 1
path: ./src/github.com/${{ github.repository }}
- name: Test
run: go test -race github.com/${{ github.repository }}/...