Skip to content

fix(deps): update github.com/magefile/mage digest to 32e0107 (#141) #318

fix(deps): update github.com/magefile/mage digest to 32e0107 (#141)

fix(deps): update github.com/magefile/mage digest to 32e0107 (#141) #318

Workflow file for this run

name: Test
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: setup environment
run: |
sudo apt-get install -y software-properties-common
sudo add-apt-repository -y ppa:vbernat/haproxy-2.8
sudo apt-get update
sudo apt-get install -y haproxy
haproxy -vv
- name: Test
run: go run mage.go test