Skip to content

Bump the tencent group with 2 updates #1114

Bump the tencent group with 2 updates

Bump the tencent group with 2 updates #1114

Workflow file for this run

name: e2e tests for flannel
on: [push, pull_request]
env:
ARCH: amd64
GO_VERSION: "1.23"
KUBECONFIG: ${HOME}/.kube/config
jobs:
k3s-e2e-tests:
name: test
runs-on: ubuntu-latest
timeout-minutes: 90
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
- name: Set up Go 1.x
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b #v5.4.0
with:
go-version: ${{ env.GO_VERSION }}
- name: build flannel image
run: make image
- name: run e2e tests with k3s
run: make k3s-e2e-test