Skip to content

Rename module to github.com/kolayne/docker-on-top #105

Rename module to github.com/kolayne/docker-on-top

Rename module to github.com/kolayne/docker-on-top #105

Workflow file for this run

name: Build on ubuntu
on:
push:
pull_request:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04, ubuntu-20.04 ]
# We are using some features added only in go 1.20, that's
# why we cannot support any other versions at the moment
gover: [ "1.20" ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
with:
go-version: ${{ matrix.gover }}
- uses: actions/checkout@v3
- name: Build the project
run: go build .