diff --git a/.github/workflows/deploy_go-pkgs.yml b/.github/workflows/deploy_go-pkgs.yml index dbdbfc811..5e8632b15 100644 --- a/.github/workflows/deploy_go-pkgs.yml +++ b/.github/workflows/deploy_go-pkgs.yml @@ -342,6 +342,11 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4.1.1 + - name: Set up Go + uses: actions/setup-go@v2 + with: + go-version: '1.20.2' + - name: Login to GitHub Container Registry uses: docker/login-action@v1 with: