Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 2746a34

Browse files
authored
Switch to go mod (#69)
1 parent 29d95df commit 2746a34

File tree

885 files changed

+23464
-200696
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

885 files changed

+23464
-200696
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ on:
1111
jobs:
1212
frameworkcontroller:
1313
name: frameworkcontroller
14-
runs-on: ubuntu-16.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v1
1717
- run: build/frameworkcontroller/docker-build.sh
1818

1919
frameworkbarrier:
2020
name: frameworkbarrier
21-
runs-on: ubuntu-16.04
21+
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v1
2424
- run: build/frameworkbarrier/docker-build.sh

0 commit comments

Comments
 (0)