Skip to content

Bump github.com/spf13/viper from 1.16.0 to 1.18.2 #145

Bump github.com/spf13/viper from 1.16.0 to 1.18.2

Bump github.com/spf13/viper from 1.16.0 to 1.18.2 #145

Workflow file for this run

name: Run test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build -t jclockedio . --file Dockerfile
- name: Run functional tests
run: docker run --rm --entrypoint go jclockedio test -v ./...