Skip to content

Bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0 #154

Bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0

Bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0 #154

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 ./...