Skip to content

BCDA-7621: Bump golang.org/x/net from 0.9.0 to 0.17.0 (#145) #627

BCDA-7621: Bump golang.org/x/net from 0.9.0 to 0.17.0 (#145)

BCDA-7621: Bump golang.org/x/net from 0.9.0 to 0.17.0 (#145) #627

Workflow file for this run

name: "SSAS CI Workflow"
on: [push]
jobs:
build:
name: "Build and Test"
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v1
- name: "Build the stack"
run: |
make docker-bootstrap
- name: "Run all tests"
run: |
make test