Skip to content

deps(docker): Bump golang from 1.23-alpine to 1.24-alpine #353

deps(docker): Bump golang from 1.23-alpine to 1.24-alpine

deps(docker): Bump golang from 1.23-alpine to 1.24-alpine #353

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
tags: [ 'v*' ]
pull_request:
branches: [ main ]
permissions:
contents: read
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