From aa1a810f32a600824b6decffd2603fe939f30243 Mon Sep 17 00:00:00 2001 From: dprotaso Date: Thu, 22 Feb 2024 16:42:22 -0500 Subject: [PATCH] bump-go --- .github/workflows/kind-e2e.yaml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/.github/workflows/kind-e2e.yaml b/.github/workflows/kind-e2e.yaml index 95ac0c98a..9b7187224 100644 --- a/.github/workflows/kind-e2e.yaml +++ b/.github/workflows/kind-e2e.yaml @@ -25,15 +25,11 @@ jobs: CLUSTER_DOMAIN: c${{ github.run_id }}.local steps: - - name: Set up Go 1.21.x - uses: actions/setup-go@v5 - with: - go-version: 1.21.x + - uses: knative/actions/setup-go@main - uses: ko-build/setup-ko@v0.6 - - name: Setup KinD - uses: chainguard-dev/actions/setup-kind@main + - uses: chainguard-dev/actions/setup-kind@main with: k8s-version: ${{ matrix.k8s-version }} kind-worker-count: 3 @@ -54,18 +50,3 @@ jobs: cluster-resources: nodes,namespaces,crds namespace-resources: pods,svc,king,httpproxy artifact-name: logs-${{ matrix.k8s-version }} - - - name: Post failure notice to Slack - uses: rtCamp/action-slack-notify@v2.1.0 - if: ${{ failure() && github.event_name != 'pull_request' }} - env: - SLACK_ICON: http://github.com/knative.png?size=48 - SLACK_USERNAME: github-actions - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} - - SLACK_CHANNEL: 'net-contour' - SLACK_COLOR: '#8E1600' - MSG_MINIMAL: 'true' - SLACK_TITLE: Periodic ${{ matrix.k8s-version }} failed. - SLACK_MESSAGE: | - For detailed logs: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}