Skip to content

Bump golang from 1.20.5-alpine to 1.20.7-alpine #160

Bump golang from 1.20.5-alpine to 1.20.7-alpine

Bump golang from 1.20.5-alpine to 1.20.7-alpine #160

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run tests
env:
XTABLES_LOCKFILE: /tmp/xtables.lock
run:
make test