1
0
mirror of https://github.com/rancher/cli.git synced 2026-02-05 18:48:50 +01:00
Files
cli/scripts/ci
Peter Matseykanets 5cf2106b2d Bump Go to 1.25 (#510)
* Bump Go to 1.25
* Bump golangci-lint
* Explicitly set Go toolchain to be able to run unit-tests
* Remove lint step from ci script
2025-12-08 15:31:28 -05:00

10 lines
74 B
Bash
Executable File

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