Skip to content

fix(deps): update module github.com/rancher/wrangler/v2 to v2.2.0-rc6 #24

fix(deps): update module github.com/rancher/wrangler/v2 to v2.2.0-rc6

fix(deps): update module github.com/rancher/wrangler/v2 to v2.2.0-rc6 #24

Workflow file for this run

name: tests
on:
pull_request:
branches:
- main
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.21.x
- name: download go mods
run: |
go mod download
- name: run go tests
run: |
go test -timeout 60s -run ./...