Skip to content

Update namespace from krakendio to krakend #25

Update namespace from krakendio to krakend

Update namespace from krakendio to krakend #25

Workflow file for this run

name: Go Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.24
- name: Test
run: go test -v ./...