Skip to content

Bump to Go 1.22 and distroless-iptables:v0.4.4 #400

Bump to Go 1.22 and distroless-iptables:v0.4.4

Bump to Go 1.22 and distroless-iptables:v0.4.4 #400

Workflow file for this run

name: Run tests
on: [ push, pull_request ]
jobs:
test:
strategy:
matrix:
go-version: [ "1.20", "1.21", "1.22" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: make -f Makefile.all test GOFLAGS="-v" GO_VERSION=${{ matrix.go-version }}