From d572d2daf874e60c7d6146fb2573a67ea993a09e Mon Sep 17 00:00:00 2001 From: Evan Johnson Date: Thu, 18 Apr 2024 16:29:04 -0400 Subject: [PATCH] add go to release workflow --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a04155e0..ff1aa743a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,11 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Set up Go + uses: actions/setup-go@v5 + with: + go-version-file: 'go.mod' + check-latest: true - name: Create Release Artifacts run: make release env: