Skip to content

Bump networking/ip-masq-agent from v2.8.0 to v2.9.3 #37

Bump networking/ip-masq-agent from v2.8.0 to v2.9.3

Bump networking/ip-masq-agent from v2.8.0 to v2.9.3 #37

Workflow file for this run

name: Build all platforms
on: [ push, pull_request ]
jobs:
crossbuild:
strategy:
matrix:
go-version: [ "1.19", "1.20", "1.21" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build containers
run: make all-container GO_VERSION=${{ matrix.go-version }}