Skip to content

Update namespace from krakendio to krakend #26

Update namespace from krakendio to krakend

Update namespace from krakendio to krakend #26

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@v4
- name: Test
uses: docker://krakend/builder:latest-linux-generic
with:
args: sh -c "go get -t -v ./...;
gofmt -w -s . && git diff --exit-code;
go tool vet .;
go test -v -race ./..."