Skip to content

chore(deps): bump github.com/StephanHCB/go-autumn-restclient from 0.8.0 to 0.8.1 #155

chore(deps): bump github.com/StephanHCB/go-autumn-restclient from 0.8.0 to 0.8.1

chore(deps): bump github.com/StephanHCB/go-autumn-restclient from 0.8.0 to 0.8.1 #155

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out reg-payment-cncrd-adapter (primary)
uses: actions/checkout@v2
with:
path: ./reg-payment-cncrd-adapter
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.20'
- name: Build reg-payment-cncrd-adapter (primary)
run: go build -v ./...
working-directory: ./reg-payment-cncrd-adapter
- name: Test reg-payment-cncrd-adapter (primary)
run: go test -v ./...
working-directory: ./reg-payment-cncrd-adapter