Skip to content

Bump golang.org/x/text from 0.14.0 to 0.15.0 #145

Bump golang.org/x/text from 0.14.0 to 0.15.0

Bump golang.org/x/text from 0.14.0 to 0.15.0 #145

Workflow file for this run

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