Skip to content

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#121) #258

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#121)

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#121) #258

Workflow file for this run

name: Build
on: [push]
jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/hairyhenderson/gomplate-ci-build:latest
steps:
- uses: actions/checkout@v4
- run: make test
lint:
runs-on: ubuntu-latest
container:
image: ghcr.io/hairyhenderson/gomplate-ci-build:latest
steps:
- uses: actions/checkout@v4
- run: make ci-lint