Skip to content

Upgrade argocd pkg to v3 that resolves the annotation tracking bug #901

Upgrade argocd pkg to v3 that resolves the annotation tracking bug

Upgrade argocd pkg to v3 that resolves the annotation tracking bug #901

name: go ci
on:
pull_request:
paths:
- '.github/workflows/on_pull_request_go.yaml'
- 'Earthfile'
- '*/**.go'
- '*.go'
- 'go.mod'
- 'go.sum'
jobs:
ci-golang:
runs-on: ubuntu-22.04
steps:
- uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
- uses: actions/checkout@v3
- uses: djeebus/parse-tool-versions@v2.1
- uses: earthly/actions-setup@v1
with: { version: "v${{ env.EARTHLY }}" }
- run: ./earthly.sh +ci-golang