Skip to content

Implemented Multi docker network and connection #39

Implemented Multi docker network and connection

Implemented Multi docker network and connection #39

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
go-version:
- 1.18.x
- 1.19.x
platform:
- ubuntu-22.04
runs-on: "${{ matrix.platform }}"
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "${{ matrix.go-version }}"
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Verification
run: go mod verify
- name: Build
run: go build -o ufw-docker-automated github.com/shinebayar-g/ufw-docker-automated