Skip to content

Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/vpc from 1.0.998 to 1.0.1008 #757

Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/vpc from 1.0.998 to 1.0.1008

Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/vpc from 1.0.998 to 1.0.1008 #757

Workflow file for this run

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