1
0
mirror of https://github.com/rancher/cli.git synced 2026-02-06 03:48:17 +01:00
Files
cli/scripts/ci
Peter Matseykanets f2aa75a29e [v2.13] Bump Go toolchain to 1.24.11 (#524)
* Bump Go toolchain to 1.24.11
* Migrate golangci-lint to v2
* Pin github actions' versions
2026-01-07 13:38:59 -05:00

10 lines
74 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)
./build
./test
./validate
./package