Skip to content

chore: Bump Golang and dep versions #50

chore: Bump Golang and dep versions

chore: Bump Golang and dep versions #50

Workflow file for this run

name: e2e
on:
push:
branches:
- main
tags:
- v*
jobs:
e2e:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.21.1
- run: make e2e