Skip to content

fix(chart): Roll image version to v0.2.1 #170

fix(chart): Roll image version to v0.2.1

fix(chart): Roll image version to v0.2.1 #170

Workflow file for this run

name: Test Go code
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version: "1.26"
- name: Run tests
run: go test -race -cover ./...