From a40c83ee7722375ab3c1fcee681309fce0bd4da1 Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Mon, 9 Sep 2024 18:08:28 +0800 Subject: [PATCH] use go v1.23 in staticmajor --- .github/workflows/staticmajor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/staticmajor.yml b/.github/workflows/staticmajor.yml index b3ce4397db25..00a126b1df1a 100644 --- a/.github/workflows/staticmajor.yml +++ b/.github/workflows/staticmajor.yml @@ -13,6 +13,10 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v3 + - name: setup go + uses: actions/setup-go@v4 + with: + go-version: 1.23 - name: Staticmajor action id: staticmajor uses: orijtech/staticmajor-action@main