Skip to content

chore: bump github.com/jedib0t/go-pretty/v6 from 6.6.4 to 6.6.5 #145

chore: bump github.com/jedib0t/go-pretty/v6 from 6.6.4 to 6.6.5

chore: bump github.com/jedib0t/go-pretty/v6 from 6.6.4 to 6.6.5 #145

Workflow file for this run

---
name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Install Task
uses: arduino/setup-task@v2
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Add resource files
run: |
mkdir -p cmd/resources/
cp resources.d/*.yaml cmd/resources/
- name: Test
run: task test ARCH=amd64_v1 GOOS=linux
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}