Skip to content

build(deps): bump github.com/IBM/keyprotect-go-client from 0.6.0 to 0.12.2 #179

build(deps): bump github.com/IBM/keyprotect-go-client from 0.6.0 to 0.12.2

build(deps): bump github.com/IBM/keyprotect-go-client from 0.6.0 to 0.12.2 #179

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Go Mod Tidy
run: go mod tidy
- name: Test
run: go build -v && go test ./...