From 4ce5d774f093599ab7e6322ed637994e265413c5 Mon Sep 17 00:00:00 2001 From: Samuel Laferriere Date: Wed, 25 Oct 2023 21:31:31 -0700 Subject: [PATCH 1/2] update github action to go 1.21 --- .github/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 9027c8d0..91702f8c 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: '1.20.x' + go-version: '1.21.x' - uses: actions/checkout@v2 - uses: ko-build/setup-ko@v0.6 From fd05f01e78302dfb5b158c08c80b024ae2c1934e Mon Sep 17 00:00:00 2001 From: Samuel Laferriere Date: Wed, 25 Oct 2023 21:35:38 -0700 Subject: [PATCH 2/2] remove outdated eigensdk comment --- .github/workflows/build-and-publish.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 91702f8c..07542c8b 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -27,7 +27,5 @@ jobs: # We build both the aggregator and the operator in the same job # we could separate them, but anyways they share core/ so it would get messy # See https://ko.build/configuration/#naming-images to understand --preserve-import-paths - # TODO: this currently fails when trying to read from private eigensdk-go repo... - # prob need to add permission somewhere. will figure out some other time, or maybe wait until we make it public - run: KO_DOCKER_REPO=ghcr.io/layr-labs/incredible-squaring ko build aggregator/cmd/main.go --preserve-import-paths - run: KO_DOCKER_REPO=ghcr.io/layr-labs/incredible-squaring ko build operator/cmd/main.go --preserve-import-paths \ No newline at end of file