Skip to content

update charts version #12

update charts version

update charts version #12

Workflow file for this run

name: Go test
on:
pull_request:
branches:
- main
workflow_dispatch:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Setup GO env
run: go env -w CGO_ENABLED=0
- name: Run Tests
run: go test -tags ci ./...