Skip to content

chore(deps): update golang docker tag to v1.23.4 #256

chore(deps): update golang docker tag to v1.23.4

chore(deps): update golang docker tag to v1.23.4 #256

Workflow file for this run

name: Git History
on: pull_request
env:
# Forcing Earthly to use colours, to make reading output easier.
FORCE_COLOR: 1
jobs:
clean:
name: Clean
runs-on: ubuntu-latest
steps:
- name: Download Earthly.
uses: earthly/actions-setup@v1
with:
version: v0.8.15
- name: Checkout code.
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Check clean Git history.
run: earthly --ci +check-clean-git-history --from_reference "origin/${{ github.base_ref }}"