From 733b1048cac8c5ead32b2aeb0e92799772901ae8 Mon Sep 17 00:00:00 2001 From: Evan Date: Thu, 18 Apr 2024 16:31:33 -0400 Subject: [PATCH] add go to release workflow (#262) --- .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: