From b787113a50f05b1ac493db771ac95ed2c2b75b63 Mon Sep 17 00:00:00 2001 From: Katsuyuki Omuro Date: Mon, 11 Mar 2024 17:53:40 +0900 Subject: [PATCH] Make CI also update the Go SDK --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44dd7d4..84b1845 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,6 +16,8 @@ jobs: check-latest: true - name: Setup Fastly CLI uses: fastly/compute-actions/setup@v5 + - name: Update Go SDK + run: go get github.com/fastly/compute-sdk-go@latest - name: Build and test uses: fastly/compute-actions/build@v5 with: