Skip to content

chore: bump argo-cd to 2.13.3 #323

chore: bump argo-cd to 2.13.3

chore: bump argo-cd to 2.13.3 #323

Workflow file for this run

name: Test Generate Metadata
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Get dependencies
run: go get -v -t -d ./...
- name: Test
run: go test -v ./...