Skip to content

Update go modulesUpgrades #357

Update go modulesUpgrades

Update go modulesUpgrades #357

Workflow file for this run

name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: nelonoel/[email protected]
- uses: earthly/actions/setup-earthly@main
with:
version: v0.8.9
- name: Earthly Version
run: earthly --version
- name: Build
env:
COMMIT_HASH: ${{ github.sha }}
FORCE_COLOR: 1
run: earthly -P --ci +all