From 0fc991526488639c62482c45fdb2d1b51850df6d Mon Sep 17 00:00:00 2001 From: MichalKalke Date: Mon, 6 May 2024 15:10:54 +0200 Subject: [PATCH] Rm env from setup go action --- .github/actions/setup-go/action.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/actions/setup-go/action.yaml b/.github/actions/setup-go/action.yaml index 62f1b6ef3..ea3a214f7 100644 --- a/.github/actions/setup-go/action.yaml +++ b/.github/actions/setup-go/action.yaml @@ -1,14 +1,10 @@ name: 'Setup go' description: 'Action for the go setup' -env: - SETUP_GO_VERSION: '1.22' - runs: using: 'composite' steps: - name: Setup go uses: actions/setup-go@v5 with: - go-version: ${{ env.SETUP_GO_VERSION }} - + go-version: '1.22'