From 90176995d321ca8453f6c8ee1f170b16dfc18d56 Mon Sep 17 00:00:00 2001 From: core Date: Wed, 27 Sep 2023 14:04:16 -0400 Subject: [PATCH] [ci] tfclient x64 builds (fix 5) --- .forgejo/workflows/tfclient.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/tfclient.yml b/.forgejo/workflows/tfclient.yml index 28591ed..8852dc9 100644 --- a/.forgejo/workflows/tfclient.yml +++ b/.forgejo/workflows/tfclient.yml @@ -12,6 +12,8 @@ jobs: uses: actions/checkout@v2 - name: Setup Go toolchain uses: actions/setup-go@v4 + with: + go-version: '1.20' - name: Setup Rust toolchain uses: https://github.com/actions-rs/toolchain@v1 with: